Color Hex Logo

#6fafdc Color Hex

#6FAFDC
(111,175,220)
0 Favorites   0 Comments

Color spaces of #6fafdc

RGB 111175220
HSL0.570.610.65
HSV205°50°86°
CMYK 0.500.200.00   0.14
XYZ34.803839.206873.4435
Yxy39.20680.23600.2659
Hunter Lab62.6153-10.3603-25.7124
CIE-Lab68.9008-8.2404-29.0186

#6fafdc color RGB value is (111,175,220).

#6fafdc hex color red value is 111, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6fafdc hue: 0.57 , saturation: 0.61 and the lightness value of 6fafdc is 0.65.

The process color (four color CMYK) of #6fafdc color hex is 0.50, 0.20, 0.00, 0.14. Web safe color of #6fafdc is #6699cc. Color #6fafdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101111 11011100
Octal 157 257 334
Decimal 111 175 220
Hex 6F AF DC

RGB Percentages of Color #6fafdc

%21.94
%34.58
%43.48

CMYK Percentages of Color #6fafdc

%50
%20
%0
%14

Triadic Colors of #6fafdc

#6fafdc #dc6faf #afdc6f

Analogous Colors of #6fafdc

#6fafdc #6f79dc #6fdcd3

Monochromatic Colors of #6fafdc

#6fafdc

Complementary Color

#6fafdc #dc9c6f

#6fafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fafdc Color CSS Codes

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

#6fafdc Text Font Color

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

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


#6fafdc Background Color

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

This div background color is #6fafdc


#6fafdc Border Color

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

This div border color is #6fafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fafdc

#6fafdc Color Palettes


Comments

No comments written yet.

Please login to write comment.