Color Hex Logo

#6cbbde Color Hex

#6CBBDE
(108,187,222)
0 Favorites   0 Comments

Color spaces of #6cbbde

RGB 108187222
HSL0.550.630.65
HSV198°51°87°
CMYK 0.510.160.00   0.13
XYZ37.139544.002775.6432
Yxy44.00270.23690.2807
Hunter Lab66.3345-16.1465-21.1759
CIE-Lab72.2303-14.7622-25.0120

#6cbbde color RGB value is (108,187,222).

#6cbbde hex color red value is 108, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6cbbde hue: 0.55 , saturation: 0.63 and the lightness value of 6cbbde is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111011 11011110
Octal 154 273 336
Decimal 108 187 222
Hex 6C BB DE

RGB Percentages of Color #6cbbde

%20.89
%36.17
%42.94

CMYK Percentages of Color #6cbbde

%51
%16
%0
%13

Triadic Colors of #6cbbde

#6cbbde #de6cbb #bbde6c

Analogous Colors of #6cbbde

#6cbbde #6c82de #6cdec8

Monochromatic Colors of #6cbbde

#6cbbde

Complementary Color

#6cbbde #de8f6c

#6cbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbbde Color CSS Codes

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

#6cbbde Text Font Color

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

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


#6cbbde Background Color

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

This div background color is #6cbbde


#6cbbde Border Color

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

This div border color is #6cbbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbbde


Comments

No comments written yet.

Please login to write comment.