Color Hex Logo

#6bccfb Color Hex

#6BCCFB
(107,204,251)
0 Favorites   0 Comments

Color spaces of #6bccfb

RGB 107204251
HSL0.550.950.70
HSV200°57°98°
CMYK 0.570.190.00   0.02
XYZ45.068953.276699.1748
Yxy53.27660.22820.2697
Hunter Lab72.9908-17.5174-29.4655
CIE-Lab78.0380-15.4396-31.7354

#6bccfb color RGB value is (107,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001100 11111011
Octal 153 314 373
Decimal 107 204 251
Hex 6B CC FB

RGB Percentages of Color #6bccfb

%19.04
%36.30
%44.66

CMYK Percentages of Color #6bccfb

%57
%19
%0
%2

Triadic Colors of #6bccfb

#6bccfb #fb6bcc #ccfb6b

Analogous Colors of #6bccfb

#6bccfb #6b84fb #6bfbe2

Monochromatic Colors of #6bccfb

#6bccfb

Complementary Color

#6bccfb #fb9a6b

#6bccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bccfb Color CSS Codes

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

#6bccfb Text Font Color

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

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


#6bccfb Background Color

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

This div background color is #6bccfb


#6bccfb Border Color

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

This div border color is #6bccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.