Shades of Spray #6FCEDB
Tints of Spray #6FCEDB
RGB
CMYK
RGB Variations
Color information
#6FCEDB (or 0x6FCEDB) is known color: Spray. HEX triplet: 6F, CE and DB. RGB value is (111,206,219). Sum of RGB (Red+Green+Blue) = 111+206+219=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FCEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEDB is #903124. Grayscale: #B2B2B2. Windows color (decimal): -9449765 or 14405231. OLE color: 14405231.
HSL color Cylindrical-coordinate representation of color #6FCEDB: hue angle of 187.22º 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 #6FCEDB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 206 | 219 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.14 |
| HSL | 187.22º | 0.6% | 0.65% | - |
| HSV(B) | 187.22º | 0.49% | 0.86% | - |
| XYZ | 41.41 | 52.64 | 75 | - |
| YUV | 179.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 219 | 0.49 | 0.06 | 0 | 0.14 | 187.22 | 0.6 | 0.65 |
| Hex | 6F | CE | DB | 31 | 6 | 0 | E | BB | 3C | 41 |
| Octal | 157 | 316 | 333 | 61 | 6 | 0 | 16 | 273 | 74 | 101 |
| Binary | 1101111 | 11001110 | 11011011 | 110001 | 110 | 0 | 1110 | 10111011 | 111100 | 1000001 |
Color Harmonies of #6FCEDB
Complementary color
Monochromatic Colors of #6FCEDB
Black with #6FCEDB
Text Example
Text Example
White with #6FCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEDB; }
p { color: rgb(111,206,219); }
H1.HeaderClassName
{
color: #6FCEDB;
}
.AnyTagClassName
{
color: #6FCEDB;
}
</style>
background-color css
<style>
a { background-color: #6FCEDB; }
a { background-color: rgb(111,206,219); }
div.DivClassName
{
background-color: #6FCEDB;
}
.BgClassName
{
background-color: #6FCEDB;
}
</style>
border-color css
<style>
span { border-color: #6FCEDB; }
span { border-color: rgb(111,206,219); }
td.TdClassName
{
border-color: #6FCEDB;
}
.TagClassName
{
border-color: #6FCEDB;
}
</style>