Shades of Spray #6FCECF
Tints of Spray #6FCECF
RGB
CMYK
RGB Variations
Color information
#6FCECF (or 0x6FCECF) is known color: Spray. HEX triplet: 6F, CE and CF. RGB value is (111,206,207). Sum of RGB (Red+Green+Blue) = 111+206+207=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FCECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCECF is #903130. Grayscale: #B1B1B1. Windows color (decimal): -9449777 or 13618799. OLE color: 13618799.
HSL color Cylindrical-coordinate representation of color #6FCECF: hue angle of 180.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCECF is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 206 | 207 | - |
| CMYK | 0.46 | 0.00 | 0 | 0.19 |
| HSL | 180.63º | 0.5% | 0.62% | - |
| HSV(B) | 180.63º | 0.46% | 0.81% | - |
| XYZ | 39.89 | 52.03 | 66.97 | - |
| YUV | 177.71 | 144.53 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 207 | 0.46 | 0.00 | 0 | 0.19 | 180.63 | 0.5 | 0.62 |
| Hex | 6F | CE | CF | 2E | 0 | 0 | 13 | B5 | 32 | 3E |
| Octal | 157 | 316 | 317 | 56 | 0 | 0 | 23 | 265 | 62 | 76 |
| Binary | 1101111 | 11001110 | 11001111 | 101110 | 0 | 0 | 10011 | 10110101 | 110010 | 111110 |
Color Harmonies of #6FCECF
Complementary color
Monochromatic Colors of #6FCECF
Black with #6FCECF
Text Example
Text Example
White with #6FCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCECF; }
p { color: rgb(111,206,207); }
H1.HeaderClassName
{
color: #6FCECF;
}
.AnyTagClassName
{
color: #6FCECF;
}
</style>
background-color css
<style>
a { background-color: #6FCECF; }
a { background-color: rgb(111,206,207); }
div.DivClassName
{
background-color: #6FCECF;
}
.BgClassName
{
background-color: #6FCECF;
}
</style>
border-color css
<style>
span { border-color: #6FCECF; }
span { border-color: rgb(111,206,207); }
td.TdClassName
{
border-color: #6FCECF;
}
.TagClassName
{
border-color: #6FCECF;
}
</style>