Color Hex Logo

#6fc6dd Color Hex

#6FC6DD
(111,198,221)
0 Favorites   0 Comments

Color spaces of #6fc6dd

RGB 111198221
HSL0.530.620.65
HSV193°50°87°
CMYK 0.500.100.00   0.13
XYZ39.800848.988175.7645
Yxy48.98810.24190.2977
Hunter Lab69.9915-20.9808-15.1863
CIE-Lab75.4439-20.0835-19.5659

#6fc6dd color RGB value is (111,198,221).

#6fc6dd hex color red value is 111, green value is 198 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6fc6dd hue: 0.53 , saturation: 0.62 and the lightness value of 6fc6dd is 0.65.

The process color (four color CMYK) of #6fc6dd color hex is 0.50, 0.10, 0.00, 0.13. Web safe color of #6fc6dd is #66cccc. Color #6fc6dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000110 11011101
Octal 157 306 335
Decimal 111 198 221
Hex 6F C6 DD

RGB Percentages of Color #6fc6dd

%20.94
%37.36
%41.70

CMYK Percentages of Color #6fc6dd

%50
%10
%0
%13

Triadic Colors of #6fc6dd

#6fc6dd #dd6fc6 #c6dd6f

Analogous Colors of #6fc6dd

#6fc6dd #6f8fdd #6fddbd

Monochromatic Colors of #6fc6dd

#6fc6dd

Complementary Color

#6fc6dd #dd866f

#6fc6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc6dd Color CSS Codes

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

#6fc6dd Text Font Color

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

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


#6fc6dd Background Color

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

This div background color is #6fc6dd


#6fc6dd Border Color

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

This div border color is #6fc6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc6dd


Comments

No comments written yet.

Please login to write comment.