Color Hex Logo

#6fc6fe Color Hex

#6FC6FE
(111,198,254)
0 Favorites   0 Comments

Color spaces of #6fc6fe

RGB 111198254
HSL0.570.990.72
HSV203°56°100°
CMYK 0.560.220.00   0.00
XYZ44.639050.9234101.2424
Yxy50.92340.22680.2588
Hunter Lab71.3606-13.2220-34.1648
CIE-Lab76.6326-10.6254-35.4966

#6fc6fe color RGB value is (111,198,254).

#6fc6fe hex color red value is 111, green value is 198 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6fc6fe hue: 0.57 , saturation: 0.99 and the lightness value of 6fc6fe is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000110 11111110
Octal 157 306 376
Decimal 111 198 254
Hex 6F C6 FE

RGB Percentages of Color #6fc6fe

%19.72
%35.17
%45.12

CMYK Percentages of Color #6fc6fe

%56
%22
%0
%0

Triadic Colors of #6fc6fe

#6fc6fe #fe6fc6 #c6fe6f

Analogous Colors of #6fc6fe

#6fc6fe #6f7ffe #6ffeef

Monochromatic Colors of #6fc6fe

#6fc6fe

Complementary Color

#6fc6fe #fea76f

#6fc6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc6fe Color CSS Codes

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

#6fc6fe Text Font Color

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

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


#6fc6fe Background Color

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

This div background color is #6fc6fe


#6fc6fe Border Color

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

This div border color is #6fc6fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,198,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.