Color Hex Logo

#6bbbef Color Hex

#6BBBEF
(107,187,239)
0 Favorites   0 Comments

Color spaces of #6bbbef

RGB 107187239
HSL0.570.800.68
HSV204°55°94°
CMYK 0.550.220.00   0.06
XYZ39.413744.898488.2503
Yxy44.89840.22840.2602
Hunter Lab67.0063-12.2656-31.1832
CIE-Lab72.8249-10.0115-33.3263

#6bbbef color RGB value is (107,187,239).

#6bbbef hex color red value is 107, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6bbbef hue: 0.57 , saturation: 0.80 and the lightness value of 6bbbef is 0.68.

The process color (four color CMYK) of #6bbbef color hex is 0.55, 0.22, 0.00, 0.06. Web safe color of #6bbbef is #66ccff. Color #6bbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111011 11101111
Octal 153 273 357
Decimal 107 187 239
Hex 6B BB EF

RGB Percentages of Color #6bbbef

%20.08
%35.08
%44.84

CMYK Percentages of Color #6bbbef

%55
%22
%0
%6

Triadic Colors of #6bbbef

#6bbbef #ef6bbb #bbef6b

Analogous Colors of #6bbbef

#6bbbef #6b79ef #6befe1

Monochromatic Colors of #6bbbef

#6bbbef

Complementary Color

#6bbbef #ef9f6b

#6bbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbbef Color CSS Codes

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

#6bbbef Text Font Color

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

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


#6bbbef Background Color

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

This div background color is #6bbbef


#6bbbef Border Color

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

This div border color is #6bbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbbef


Comments

No comments written yet.

Please login to write comment.