Color Hex Logo

#6cbffb Color Hex

#6CBFFB
(108,191,251)
0 Favorites   0 Comments

Color spaces of #6cbffb

RGB 108191251
HSL0.570.950.70
HSV205°57°98°
CMYK 0.570.240.00   0.02
XYZ42.227747.414898.1931
Yxy47.41480.22480.2524
Hunter Lab68.8584-11.0364-36.3475
CIE-Lab74.4543-8.3643-37.2724

#6cbffb color RGB value is (108,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111111 11111011
Octal 154 277 373
Decimal 108 191 251
Hex 6C BF FB

RGB Percentages of Color #6cbffb

%19.64
%34.73
%45.64

CMYK Percentages of Color #6cbffb

%57
%24
%0
%2

Triadic Colors of #6cbffb

#6cbffb #fb6cbf #bffb6c

Analogous Colors of #6cbffb

#6cbffb #6c78fb #6cfbf0

Monochromatic Colors of #6cbffb

#6cbffb

Complementary Color

#6cbffb #fba86c

#6cbffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbffb Color CSS Codes

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

#6cbffb Text Font Color

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

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


#6cbffb Background Color

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

This div background color is #6cbffb


#6cbffb Border Color

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

This div border color is #6cbffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbffb


Comments

No comments written yet.

Please login to write comment.