Shades of Spray #6FCFDC
Tints of Spray #6FCFDC
RGB
CMYK
RGB Variations
Color information
#6FCFDC (or 0x6FCFDC) is known color: Spray. HEX triplet: 6F, CF and DC. RGB value is (111,207,220). Sum of RGB (Red+Green+Blue) = 111+207+220=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FCFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFDC is #903023. Grayscale: #B3B3B3. Windows color (decimal): -9449508 or 14471023. OLE color: 14471023.
HSL color Cylindrical-coordinate representation of color #6FCFDC: hue angle of 187.16º 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 #6FCFDC is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 207 | 220 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.14 |
| HSL | 187.16º | 0.61% | 0.65% | - |
| HSV(B) | 187.16º | 0.5% | 0.86% | - |
| XYZ | 41.79 | 53.17 | 75.77 | - |
| YUV | 179.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 220 | 0.50 | 0.06 | 0 | 0.14 | 187.16 | 0.61 | 0.65 |
| Hex | 6F | CF | DC | 32 | 6 | 0 | E | BB | 3D | 41 |
| Octal | 157 | 317 | 334 | 62 | 6 | 0 | 16 | 273 | 75 | 101 |
| Binary | 1101111 | 11001111 | 11011100 | 110010 | 110 | 0 | 1110 | 10111011 | 111101 | 1000001 |
Color Harmonies of #6FCFDC
Complementary color
Monochromatic Colors of #6FCFDC
Black with #6FCFDC
Text Example
Text Example
White with #6FCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFDC; }
p { color: rgb(111,207,220); }
H1.HeaderClassName
{
color: #6FCFDC;
}
.AnyTagClassName
{
color: #6FCFDC;
}
</style>
background-color css
<style>
a { background-color: #6FCFDC; }
a { background-color: rgb(111,207,220); }
div.DivClassName
{
background-color: #6FCFDC;
}
.BgClassName
{
background-color: #6FCFDC;
}
</style>
border-color css
<style>
span { border-color: #6FCFDC; }
span { border-color: rgb(111,207,220); }
td.TdClassName
{
border-color: #6FCFDC;
}
.TagClassName
{
border-color: #6FCFDC;
}
</style>