#6FCCDD

Color #6FCCDD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #6FCCDD

Tints of Spray #6FCCDD

Color information

#6FCCDD (or 0x6FCCDD) is unknown color: approx Spray. HEX triplet: 6F, CC and DD. RGB value is (111,204,221). Sum of RGB (Red+Green+Blue) = 111+204+221=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCDD is #903322. Grayscale: #B1B1B1. Windows color (decimal): -9450275 or 14535791. OLE color: 14535791.

HSL color Cylindrical-coordinate representation of color #6FCCDD: hue angle of 189.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FCCDD is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111204221-
CMYK0.500.0800.13
HSL189.27º61.8%65.1%-
HSV(B)189.27º49.77%86.67%-
XYZ41.251.7976.23-
YUV178.13152.1980.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 20.71%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=20.71%
G=38.06%
B=41.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1112042210.500.0800.13189.2761.865.1
Hex6FCCDD3280Dbd3e41
Octal157314335621001527576101
Binary11011111100110011011101110010100001101101111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FCCDD; }

 p { color: rgb(111,204,221); }

 H1.HeaderClassName
 {
   color: #6FCCDD;
 }
 .AnyTagClassName
 {
   color: #6FCCDD;
 }
</style>
background-color css

<style>
 a { background-color: #6FCCDD; }

 a { background-color: rgb(111,204,221); }

 div.DivClassName
 {
   background-color: #6FCCDD;
 }
 .BgClassName
 {
   background-color: #6FCCDD;
 }
</style>
border-color css

<style>
 span { border-color: #6FCCDD; }

 span { border-color: rgb(111,204,221); }

 td.TdClassName
 {
   border-color: #6FCCDD;
 }
 .TagClassName
 {
   border-color: #6FCCDD;
 }
</style>