Shades of Spray #6FCCDC
Tints of Spray #6FCCDC
RGB
CMYK
RGB Variations
Color information
#6FCCDC (or 0x6FCCDC) is known color: Spray. HEX triplet: 6F, CC and DC. RGB value is (111,204,220). Sum of RGB (Red+Green+Blue) = 111+204+220=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FCCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCDC is #903323. Grayscale: #B1B1B1. Windows color (decimal): -9450276 or 14470255. OLE color: 14470255.
HSL color Cylindrical-coordinate representation of color #6FCCDC: hue angle of 188.81º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FCCDC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 204 | 220 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.14 |
| HSL | 188.81º | 0.61% | 0.65% | - |
| HSV(B) | 188.81º | 0.5% | 0.86% | - |
| XYZ | 41.07 | 51.73 | 75.53 | - |
| YUV | 178.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 220 | 0.50 | 0.07 | 0 | 0.14 | 188.81 | 0.61 | 0.65 |
| Hex | 6F | CC | DC | 32 | 7 | 0 | E | BD | 3D | 41 |
| Octal | 157 | 314 | 334 | 62 | 7 | 0 | 16 | 275 | 75 | 101 |
| Binary | 1101111 | 11001100 | 11011100 | 110010 | 111 | 0 | 1110 | 10111101 | 111101 | 1000001 |
Color Harmonies of #6FCCDC
Complementary color
Monochromatic Colors of #6FCCDC
Black with #6FCCDC
Text Example
Text Example
White with #6FCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCDC; }
p { color: rgb(111,204,220); }
H1.HeaderClassName
{
color: #6FCCDC;
}
.AnyTagClassName
{
color: #6FCCDC;
}
</style>
background-color css
<style>
a { background-color: #6FCCDC; }
a { background-color: rgb(111,204,220); }
div.DivClassName
{
background-color: #6FCCDC;
}
.BgClassName
{
background-color: #6FCCDC;
}
</style>
border-color css
<style>
span { border-color: #6FCCDC; }
span { border-color: rgb(111,204,220); }
td.TdClassName
{
border-color: #6FCCDC;
}
.TagClassName
{
border-color: #6FCCDC;
}
</style>