Color Hex Logo

#6b9fbc Color Hex

#6B9FBC
(107,159,188)
0 Favorites   0 Comments

Color spaces of #6b9fbc

RGB 107159188
HSL0.560.380.58
HSV201°43°74°
CMYK 0.430.150.00   0.26
XYZ27.538631.552952.2158
Yxy31.55290.24740.2835
Hunter Lab56.1720-10.7904-15.7939
CIE-Lab62.9716-9.5399-20.3887

#6b9fbc color RGB value is (107,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10011111 10111100
Octal 153 237 274
Decimal 107 159 188
Hex 6B 9F BC

RGB Percentages of Color #6b9fbc

%23.57
%35.02
%41.41

CMYK Percentages of Color #6b9fbc

%43
%15
%0
%26

Triadic Colors of #6b9fbc

#6b9fbc #bc6b9f #9fbc6b

Analogous Colors of #6b9fbc

#6b9fbc #6b77bc #6bbcb1

Monochromatic Colors of #6b9fbc

#6b9fbc

Complementary Color

#6b9fbc #bc886b

#6b9fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b9fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b9fbc Color CSS Codes

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

#6b9fbc Text Font Color

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

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


#6b9fbc Background Color

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

This div background color is #6b9fbc


#6b9fbc Border Color

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

This div border color is #6b9fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b9fbc


Comments

No comments written yet.

Please login to write comment.