Color Hex Logo

#6d8abb Color Hex

#6D8ABB
(109,138,187)
0 Favorites   0 Comments

Color spaces of #6d8abb

RGB 109138187
HSL0.600.360.58
HSV218°42°73°
CMYK 0.420.260.00   0.27
XYZ24.364825.016050.5581
Yxy25.01600.24380.2503
Hunter Lab50.0160-0.5735-24.9214
CIE-Lab57.09102.5752-28.8533

#6d8abb color RGB value is (109,138,187).

#6d8abb hex color red value is 109, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6d8abb hue: 0.60 , saturation: 0.36 and the lightness value of 6d8abb is 0.58.

The process color (four color CMYK) of #6d8abb color hex is 0.42, 0.26, 0.00, 0.27. Web safe color of #6d8abb is #6699cc. Color #6d8abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10001010 10111011
Octal 155 212 273
Decimal 109 138 187
Hex 6D 8A BB

RGB Percentages of Color #6d8abb

%25.12
%31.80
%43.09

CMYK Percentages of Color #6d8abb

%42
%26
%0
%27

Triadic Colors of #6d8abb

#6d8abb #bb6d8a #8abb6d

Analogous Colors of #6d8abb

#6d8abb #776dbb #6db1bb

Monochromatic Colors of #6d8abb

#6d8abb

Complementary Color

#6d8abb #bb9e6d

#6d8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d8abb Color CSS Codes

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

#6d8abb Text Font Color

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

This sample text font color is #6d8abb
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.


#6d8abb Background Color

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

This div background color is #6d8abb


#6d8abb Border Color

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

This div border color is #6d8abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,138,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d8abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d8abb;
  -webkit-box-shadow: 1px 1px 3px 2px #6d8abb;
  box-shadow:         1px 1px 3px 2px #6d8abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,138,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d8abb


Comments

No comments written yet.

Please login to write comment.