Shades of Spray #6EC8DD
Tints of Spray #6EC8DD
RGB
CMYK
RGB Variations
Color information
#6EC8DD (or 0x6EC8DD) is known color: Spray. HEX triplet: 6E, C8 and DD. RGB value is (110,200,221). Sum of RGB (Red+Green+Blue) = 110+200+221=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EC8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC8DD is #913722. Grayscale: #AFAFAF. Windows color (decimal): -9516835 or 14534766. OLE color: 14534766.
HSL color Cylindrical-coordinate representation of color #6EC8DD: hue angle of 191.35º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EC8DD is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 200 | 221 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.13 |
| HSL | 191.35º | 0.62% | 0.65% | - |
| HSV(B) | 191.35º | 0.5% | 0.87% | - |
| XYZ | 40.14 | 49.84 | 75.91 | - |
| YUV | 175.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 221 | 0.50 | 0.10 | 0 | 0.13 | 191.35 | 0.62 | 0.65 |
| Hex | 6E | C8 | DD | 32 | A | 0 | D | BF | 3E | 41 |
| Octal | 156 | 310 | 335 | 62 | 12 | 0 | 15 | 277 | 76 | 101 |
| Binary | 1101110 | 11001000 | 11011101 | 110010 | 1010 | 0 | 1101 | 10111111 | 111110 | 1000001 |
Color Harmonies of #6EC8DD
Complementary color
Monochromatic Colors of #6EC8DD
Black with #6EC8DD
Text Example
Text Example
White with #6EC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC8DD; }
p { color: rgb(110,200,221); }
H1.HeaderClassName
{
color: #6EC8DD;
}
.AnyTagClassName
{
color: #6EC8DD;
}
</style>
background-color css
<style>
a { background-color: #6EC8DD; }
a { background-color: rgb(110,200,221); }
div.DivClassName
{
background-color: #6EC8DD;
}
.BgClassName
{
background-color: #6EC8DD;
}
</style>
border-color css
<style>
span { border-color: #6EC8DD; }
span { border-color: rgb(110,200,221); }
td.TdClassName
{
border-color: #6EC8DD;
}
.TagClassName
{
border-color: #6EC8DD;
}
</style>