Shades of Spray #6FCCDD
Tints of Spray #6FCCDD
RGB
CMYK
RGB Variations
Color information
#6FCCDD (or 0x6FCCDD) is known color: 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
| RGB | 111 | 204 | 221 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.13 |
| HSL | 189.27º | 0.62% | 0.65% | - |
| HSV(B) | 189.27º | 0.5% | 0.87% | - |
| XYZ | 41.2 | 51.79 | 76.23 | - |
| YUV | 178.13 | 152.19 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 221 | 0.50 | 0.08 | 0 | 0.13 | 189.27 | 0.62 | 0.65 |
| Hex | 6F | CC | DD | 32 | 8 | 0 | D | BD | 3E | 41 |
| Octal | 157 | 314 | 335 | 62 | 10 | 0 | 15 | 275 | 76 | 101 |
| Binary | 1101111 | 11001100 | 11011101 | 110010 | 1000 | 0 | 1101 | 10111101 | 111110 | 1000001 |
Color Harmonies of #6FCCDD
Complementary color
Monochromatic Colors of #6FCCDD
Black with #6FCCDD
Text Example
Text Example
White with #6FCCDD
Text Example
Text Example
HTML Codes & Css Web 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>