Shades of Spray #6FCFD6
Tints of Spray #6FCFD6
RGB
CMYK
RGB Variations
Color information
#6FCFD6 (or 0x6FCFD6) is known color: Spray. HEX triplet: 6F, CF and D6. RGB value is (111,207,214). Sum of RGB (Red+Green+Blue) = 111+207+214=532 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.86% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FCFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFD6 is #903029. Grayscale: #B2B2B2. Windows color (decimal): -9449514 or 14077807. OLE color: 14077807.
HSL color Cylindrical-coordinate representation of color #6FCFD6: hue angle of 184.08º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FCFD6 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 207 | 214 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.16 |
| HSL | 184.08º | 0.56% | 0.64% | - |
| HSV(B) | 184.08º | 0.48% | 0.84% | - |
| XYZ | 41.01 | 52.86 | 71.66 | - |
| YUV | 179.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 214 | 0.48 | 0.03 | 0 | 0.16 | 184.08 | 0.56 | 0.64 |
| Hex | 6F | CF | D6 | 30 | 3 | 0 | 10 | B8 | 38 | 40 |
| Octal | 157 | 317 | 326 | 60 | 3 | 0 | 20 | 270 | 70 | 100 |
| Binary | 1101111 | 11001111 | 11010110 | 110000 | 11 | 0 | 10000 | 10111000 | 111000 | 1000000 |
Color Harmonies of #6FCFD6
Complementary color
Monochromatic Colors of #6FCFD6
Black with #6FCFD6
Text Example
Text Example
White with #6FCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFD6; }
p { color: rgb(111,207,214); }
H1.HeaderClassName
{
color: #6FCFD6;
}
.AnyTagClassName
{
color: #6FCFD6;
}
</style>
background-color css
<style>
a { background-color: #6FCFD6; }
a { background-color: rgb(111,207,214); }
div.DivClassName
{
background-color: #6FCFD6;
}
.BgClassName
{
background-color: #6FCFD6;
}
</style>
border-color css
<style>
span { border-color: #6FCFD6; }
span { border-color: rgb(111,207,214); }
td.TdClassName
{
border-color: #6FCFD6;
}
.TagClassName
{
border-color: #6FCFD6;
}
</style>