Shades of Spray #6FCFD0
Tints of Spray #6FCFD0
RGB
CMYK
RGB Variations
Color information
#6FCFD0 (or 0x6FCFD0) is known color: Spray. HEX triplet: 6F, CF and D0. RGB value is (111,207,208). Sum of RGB (Red+Green+Blue) = 111+207+208=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #6FCFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFD0 is #90302F. Grayscale: #B2B2B2. Windows color (decimal): -9449520 or 13684591. OLE color: 13684591.
HSL color Cylindrical-coordinate representation of color #6FCFD0: hue angle of 180.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FCFD0 is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 207 | 208 | - |
| CMYK | 0.47 | 0.00 | 0 | 0.18 |
| HSL | 180.62º | 0.51% | 0.63% | - |
| HSV(B) | 180.62º | 0.47% | 0.82% | - |
| XYZ | 40.25 | 52.56 | 67.7 | - |
| YUV | 178.41 | 144.7 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 208 | 0.47 | 0.00 | 0 | 0.18 | 180.62 | 0.51 | 0.63 |
| Hex | 6F | CF | D0 | 2F | 0 | 0 | 12 | B5 | 33 | 3F |
| Octal | 157 | 317 | 320 | 57 | 0 | 0 | 22 | 265 | 63 | 77 |
| Binary | 1101111 | 11001111 | 11010000 | 101111 | 0 | 0 | 10010 | 10110101 | 110011 | 111111 |
Color Harmonies of #6FCFD0
Complementary color
Monochromatic Colors of #6FCFD0
Black with #6FCFD0
Text Example
Text Example
White with #6FCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFD0; }
p { color: rgb(111,207,208); }
H1.HeaderClassName
{
color: #6FCFD0;
}
.AnyTagClassName
{
color: #6FCFD0;
}
</style>
background-color css
<style>
a { background-color: #6FCFD0; }
a { background-color: rgb(111,207,208); }
div.DivClassName
{
background-color: #6FCFD0;
}
.BgClassName
{
background-color: #6FCFD0;
}
</style>
border-color css
<style>
span { border-color: #6FCFD0; }
span { border-color: rgb(111,207,208); }
td.TdClassName
{
border-color: #6FCFD0;
}
.TagClassName
{
border-color: #6FCFD0;
}
</style>