Color Hex Logo

#6fbffb Color Hex

#6FBFFB
(111,191,251)
0 Favorites   0 Comments

Color spaces of #6fbffb

RGB 111191251
HSL0.570.950.71
HSV206°56°98°
CMYK 0.560.240.00   0.02
XYZ42.598947.606198.2105
Yxy47.60610.22610.2527
Hunter Lab68.9972-10.5390-36.0953
CIE-Lab74.5758-7.7733-37.0743

#6fbffb color RGB value is (111,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111111 11111011
Octal 157 277 373
Decimal 111 191 251
Hex 6F BF FB

RGB Percentages of Color #6fbffb

%20.07
%34.54
%45.39

CMYK Percentages of Color #6fbffb

%56
%24
%0
%2

Triadic Colors of #6fbffb

#6fbffb #fb6fbf #bffb6f

Analogous Colors of #6fbffb

#6fbffb #6f79fb #6ffbf1

Monochromatic Colors of #6fbffb

#6fbffb

Complementary Color

#6fbffb #fbab6f

#6fbffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbffb Color CSS Codes

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

#6fbffb Text Font Color

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

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


#6fbffb Background Color

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

This div background color is #6fbffb


#6fbffb Border Color

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

This div border color is #6fbffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbffb


Comments

No comments written yet.

Please login to write comment.