Shades of Spray #6FCDCF
Tints of Spray #6FCDCF
RGB
CMYK
RGB Variations
Color information
#6FCDCF (or 0x6FCDCF) is known color: Spray. HEX triplet: 6F, CD and CF. RGB value is (111,205,207). Sum of RGB (Red+Green+Blue) = 111+205+207=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FCDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDCF is #903230. Grayscale: #B1B1B1. Windows color (decimal): -9450033 or 13618543. OLE color: 13618543.
HSL color Cylindrical-coordinate representation of color #6FCDCF: hue angle of 181.25º 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 #6FCDCF is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 205 | 207 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.19 |
| HSL | 181.25º | 0.5% | 0.62% | - |
| HSV(B) | 181.25º | 0.46% | 0.81% | - |
| XYZ | 39.65 | 51.55 | 66.89 | - |
| YUV | 177.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 207 | 0.46 | 0.01 | 0 | 0.19 | 181.25 | 0.5 | 0.62 |
| Hex | 6F | CD | CF | 2E | 1 | 0 | 13 | B5 | 32 | 3E |
| Octal | 157 | 315 | 317 | 56 | 1 | 0 | 23 | 265 | 62 | 76 |
| Binary | 1101111 | 11001101 | 11001111 | 101110 | 1 | 0 | 10011 | 10110101 | 110010 | 111110 |
Color Harmonies of #6FCDCF
Complementary color
Monochromatic Colors of #6FCDCF
Black with #6FCDCF
Text Example
Text Example
White with #6FCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCDCF; }
p { color: rgb(111,205,207); }
H1.HeaderClassName
{
color: #6FCDCF;
}
.AnyTagClassName
{
color: #6FCDCF;
}
</style>
background-color css
<style>
a { background-color: #6FCDCF; }
a { background-color: rgb(111,205,207); }
div.DivClassName
{
background-color: #6FCDCF;
}
.BgClassName
{
background-color: #6FCDCF;
}
</style>
border-color css
<style>
span { border-color: #6FCDCF; }
span { border-color: rgb(111,205,207); }
td.TdClassName
{
border-color: #6FCDCF;
}
.TagClassName
{
border-color: #6FCDCF;
}
</style>