Color Hex Logo

#6bbafb Color Hex

#6BBAFB
(107,186,251)
0 Favorites   0 Comments

Color spaces of #6bbafb

RGB 107186251
HSL0.580.950.70
HSV207°57°98°
CMYK 0.570.260.00   0.02
XYZ41.034945.208697.8302
Yxy45.20860.22290.2456
Hunter Lab67.2373-8.7269-39.2007
CIE-Lab73.0290-5.8475-39.4914

#6bbafb color RGB value is (107,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111010 11111011
Octal 153 272 373
Decimal 107 186 251
Hex 6B BA FB

RGB Percentages of Color #6bbafb

%19.67
%34.19
%46.14

CMYK Percentages of Color #6bbafb

%57
%26
%0
%2

Triadic Colors of #6bbafb

#6bbafb #fb6bba #bafb6b

Analogous Colors of #6bbafb

#6bbafb #6b72fb #6bfbf4

Monochromatic Colors of #6bbafb

#6bbafb

Complementary Color

#6bbafb #fbac6b

#6bbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbafb Color CSS Codes

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

#6bbafb Text Font Color

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

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


#6bbafb Background Color

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

This div background color is #6bbafb


#6bbafb Border Color

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

This div border color is #6bbafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbafb


Comments

No comments written yet.

Please login to write comment.