Color Hex Logo

#6b9aaf Color Hex

#6B9AAF
(107,154,175)
0 Favorites   0 Comments

Color spaces of #6b9aaf

RGB 107154175
HSL0.550.300.55
HSV199°39°69°
CMYK 0.390.120.00   0.31
XYZ25.356929.332144.8827
Yxy29.33210.25470.2946
Hunter Lab54.1591-11.2061-11.2234
CIE-Lab61.0736-10.3374-15.9602

#6b9aaf color RGB value is (107,154,175).

#6b9aaf hex color red value is 107, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6b9aaf hue: 0.55 , saturation: 0.30 and the lightness value of 6b9aaf is 0.55.

The process color (four color CMYK) of #6b9aaf color hex is 0.39, 0.12, 0.00, 0.31. Web safe color of #6b9aaf is #669999. Color #6b9aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10011010 10101111
Octal 153 232 257
Decimal 107 154 175
Hex 6B 9A AF

RGB Percentages of Color #6b9aaf

%24.54
%35.32
%40.14

CMYK Percentages of Color #6b9aaf

%39
%12
%0
%31

Triadic Colors of #6b9aaf

#6b9aaf #af6b9a #9aaf6b

Analogous Colors of #6b9aaf

#6b9aaf #6b78af #6bafa2

Monochromatic Colors of #6b9aaf

#6b9aaf

Complementary Color

#6b9aaf #af806b

#6b9aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b9aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b9aaf Color CSS Codes

.mybgcolor {background-color:#6b9aaf; } 
.myforecolor {color:#6b9aaf; }
.mybordercolor {border:3px solid #6b9aaf; }

#6b9aaf Text Font Color

<p style="color:#6b9aaf">Text here</p>

This sample text font color is #6b9aaf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6b9aaf Background Color

<div style="background-color:#6b9aaf">
Div content here</div>

This div background color is #6b9aaf


#6b9aaf Border Color

<div style="border:3px solid #6b9aaf">
Div here</div>

This div border color is #6b9aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,154,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b9aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b9aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #6b9aaf;
  box-shadow:         1px 1px 3px 2px #6b9aaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,154,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6b9aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6b9aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #6b9aaf;
  box-shadow:         1px 1px 3px 2px #6b9aaf;">
Div content here</div>

This div box has shadow with color #6b9aaf


Comments

No comments written yet.

Please login to write comment.