Color Hex Logo

#6b8abd Color Hex

#6B8ABD
(107,138,189)
0 Favorites   0 Comments

Color spaces of #6b8abd

RGB 107138189
HSL0.600.380.58
HSV217°43°74°
CMYK 0.430.270.00   0.26
XYZ24.337224.976951.6824
Yxy24.97690.24100.2473
Hunter Lab49.9769-0.5356-26.3295
CIE-Lab57.05292.6195-30.0585

#6b8abd color RGB value is (107,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10001010 10111101
Octal 153 212 275
Decimal 107 138 189
Hex 6B 8A BD

RGB Percentages of Color #6b8abd

%24.65
%31.80
%43.55

CMYK Percentages of Color #6b8abd

%43
%27
%0
%26

Triadic Colors of #6b8abd

#6b8abd #bd6b8a #8abd6b

Analogous Colors of #6b8abd

#6b8abd #756bbd #6bb3bd

Monochromatic Colors of #6b8abd

#6b8abd

Complementary Color

#6b8abd #bd9e6b

#6b8abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b8abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b8abd Color CSS Codes

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

#6b8abd Text Font Color

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

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


#6b8abd Background Color

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

This div background color is #6b8abd


#6b8abd Border Color

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

This div border color is #6b8abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b8abd


Comments

No comments written yet.

Please login to write comment.