Color Hex Logo

#6c9fcb Color Hex

#6C9FCB
(108,159,203)
0 Favorites   0 Comments

Color spaces of #6c9fcb

RGB 108159203
HSL0.580.480.61
HSV208°47°80°
CMYK 0.470.220.00   0.20
XYZ29.362032.296261.1862
Yxy32.29620.23900.2629
Hunter Lab56.8297-7.2272-24.0542
CIE-Lab63.5869-5.0453-27.8231

#6c9fcb color RGB value is (108,159,203).

#6c9fcb hex color red value is 108, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6c9fcb hue: 0.58 , saturation: 0.48 and the lightness value of 6c9fcb is 0.61.

The process color (four color CMYK) of #6c9fcb color hex is 0.47, 0.22, 0.00, 0.20. Web safe color of #6c9fcb is #6699cc. Color #6c9fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10011111 11001011
Octal 154 237 313
Decimal 108 159 203
Hex 6C 9F CB

RGB Percentages of Color #6c9fcb

%22.98
%33.83
%43.19

CMYK Percentages of Color #6c9fcb

%47
%22
%0
%20

Triadic Colors of #6c9fcb

#6c9fcb #cb6c9f #9fcb6c

Analogous Colors of #6c9fcb

#6c9fcb #6c70cb #6ccbc8

Monochromatic Colors of #6c9fcb

#6c9fcb

Complementary Color

#6c9fcb #cb986c

#6c9fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c9fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c9fcb Color CSS Codes

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

#6c9fcb Text Font Color

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

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


#6c9fcb Background Color

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

This div background color is #6c9fcb


#6c9fcb Border Color

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

This div border color is #6c9fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c9fcb


Comments

No comments written yet.

Please login to write comment.