Color Hex Logo

#6cbfdb Color Hex

#6CBFDB
(108,191,219)
0 Favorites   0 Comments

Color spaces of #6cbfdb

RGB 108191219
HSL0.540.610.64
HSV195°51°86°
CMYK 0.510.130.00   0.14
XYZ37.601345.564273.8308
Yxy45.56420.23950.2902
Hunter Lab67.5013-18.6945-17.5987
CIE-Lab73.2619-17.6997-21.8073

#6cbfdb color RGB value is (108,191,219).

#6cbfdb hex color red value is 108, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6cbfdb hue: 0.54 , saturation: 0.61 and the lightness value of 6cbfdb is 0.64.

The process color (four color CMYK) of #6cbfdb color hex is 0.51, 0.13, 0.00, 0.14. Web safe color of #6cbfdb is #66cccc. Color #6cbfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111111 11011011
Octal 154 277 333
Decimal 108 191 219
Hex 6C BF DB

RGB Percentages of Color #6cbfdb

%20.85
%36.87
%42.28

CMYK Percentages of Color #6cbfdb

%51
%13
%0
%14

Triadic Colors of #6cbfdb

#6cbfdb #db6cbf #bfdb6c

Analogous Colors of #6cbfdb

#6cbfdb #6c88db #6cdbc0

Monochromatic Colors of #6cbfdb

#6cbfdb

Complementary Color

#6cbfdb #db886c

#6cbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbfdb Color CSS Codes

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

#6cbfdb Text Font Color

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

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


#6cbfdb Background Color

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

This div background color is #6cbfdb


#6cbfdb Border Color

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

This div border color is #6cbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbfdb


Comments

No comments written yet.

Please login to write comment.