Color Hex Logo

#6bb2cb Color Hex

#6BB2CB
(107,178,203)
0 Favorites   0 Comments

Color spaces of #6bb2cb

RGB 107178203
HSL0.540.480.61
HSV196°47°80°
CMYK 0.470.120.00   0.20
XYZ32.763339.278462.3546
Yxy39.27840.24380.2923
Hunter Lab62.6725-16.3624-15.1185
CIE-Lab68.9525-15.5949-19.6162

#6bb2cb color RGB value is (107,178,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10110010 11001011
Octal 153 262 313
Decimal 107 178 203
Hex 6B B2 CB

RGB Percentages of Color #6bb2cb

%21.93
%36.48
%41.60

CMYK Percentages of Color #6bb2cb

%47
%12
%0
%20

Triadic Colors of #6bb2cb

#6bb2cb #cb6bb2 #b2cb6b

Analogous Colors of #6bb2cb

#6bb2cb #6b82cb #6bcbb4

Monochromatic Colors of #6bb2cb

#6bb2cb

Complementary Color

#6bb2cb #cb846b

#6bb2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bb2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bb2cb Color CSS Codes

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

#6bb2cb Text Font Color

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

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


#6bb2cb Background Color

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

This div background color is #6bb2cb


#6bb2cb Border Color

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

This div border color is #6bb2cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,178,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 #6bb2cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bb2cb


Comments

No comments written yet.

Please login to write comment.