Color Hex Logo

#6bbbfb Color Hex

#6BBBFB
(107,187,251)
0 Favorites   0 Comments

Color spaces of #6bbbfb

RGB 107187251
HSL0.570.950.70
HSV207°57°98°
CMYK 0.570.250.00   0.02
XYZ41.246345.631597.9006
Yxy45.63150.22320.2470
Hunter Lab67.5511-9.2234-38.6422
CIE-Lab73.3058-6.3925-39.0606

#6bbbfb color RGB value is (107,187,251).

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

The process color (four color CMYK) of #6bbbfb color hex is 0.57, 0.25, 0.00, 0.02. Web safe color of #6bbbfb is #66ccff. Color #6bbbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111011 11111011
Octal 153 273 373
Decimal 107 187 251
Hex 6B BB FB

RGB Percentages of Color #6bbbfb

%19.63
%34.31
%46.06

CMYK Percentages of Color #6bbbfb

%57
%25
%0
%2

Triadic Colors of #6bbbfb

#6bbbfb #fb6bbb #bbfb6b

Analogous Colors of #6bbbfb

#6bbbfb #6b73fb #6bfbf3

Monochromatic Colors of #6bbbfb

#6bbbfb

Complementary Color

#6bbbfb #fbab6b

#6bbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbbfb Color CSS Codes

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

#6bbbfb Text Font Color

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

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


#6bbbfb Background Color

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

This div background color is #6bbbfb


#6bbbfb Border Color

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

This div border color is #6bbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbbfb


Comments

No comments written yet.

Please login to write comment.