Shades of Spray #6FCCDB
Tints of Spray #6FCCDB
RGB
CMYK
RGB Variations
Color information
#6FCCDB (or 0x6FCCDB) is known color: Spray. HEX triplet: 6F, CC and DB. RGB value is (111,204,219). Sum of RGB (Red+Green+Blue) = 111+204+219=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCDB is #903324. Grayscale: #B1B1B1. Windows color (decimal): -9450277 or 14404719. OLE color: 14404719.
HSL color Cylindrical-coordinate representation of color #6FCCDB: hue angle of 188.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FCCDB is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 204 | 219 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.14 |
| HSL | 188.33º | 0.6% | 0.65% | - |
| HSV(B) | 188.33º | 0.49% | 0.86% | - |
| XYZ | 40.93 | 51.68 | 74.84 | - |
| YUV | 177.9 | 151.19 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 219 | 0.49 | 0.07 | 0 | 0.14 | 188.33 | 0.6 | 0.65 |
| Hex | 6F | CC | DB | 31 | 7 | 0 | E | BC | 3C | 41 |
| Octal | 157 | 314 | 333 | 61 | 7 | 0 | 16 | 274 | 74 | 101 |
| Binary | 1101111 | 11001100 | 11011011 | 110001 | 111 | 0 | 1110 | 10111100 | 111100 | 1000001 |
Color Harmonies of #6FCCDB
Complementary color
Monochromatic Colors of #6FCCDB
Black with #6FCCDB
Text Example
Text Example
White with #6FCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCCDB; }
p { color: rgb(111,204,219); }
H1.HeaderClassName
{
color: #6FCCDB;
}
.AnyTagClassName
{
color: #6FCCDB;
}
</style>
background-color css
<style>
a { background-color: #6FCCDB; }
a { background-color: rgb(111,204,219); }
div.DivClassName
{
background-color: #6FCCDB;
}
.BgClassName
{
background-color: #6FCCDB;
}
</style>
border-color css
<style>
span { border-color: #6FCCDB; }
span { border-color: rgb(111,204,219); }
td.TdClassName
{
border-color: #6FCCDB;
}
.TagClassName
{
border-color: #6FCCDB;
}
</style>