Shades of Spray #6ECAD1
Tints of Spray #6ECAD1
RGB
CMYK
RGB Variations
Color information
#6ECAD1 (or 0x6ECAD1) is known color: Spray. HEX triplet: 6E, CA and D1. RGB value is (110,202,209). Sum of RGB (Red+Green+Blue) = 110+202+209=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #6ECAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECAD1 is #91352E. Grayscale: #AFAFAF. Windows color (decimal): -9516335 or 13748846. OLE color: 13748846.
HSL color Cylindrical-coordinate representation of color #6ECAD1: hue angle of 184.24º degrees, saturation: 0.52, 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 #6ECAD1 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 202 | 209 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.18 |
| HSL | 184.24º | 0.52% | 0.63% | - |
| HSV(B) | 184.24º | 0.47% | 0.82% | - |
| XYZ | 39.06 | 50.16 | 67.94 | - |
| YUV | 175.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 209 | 0.47 | 0.03 | 0 | 0.18 | 184.24 | 0.52 | 0.63 |
| Hex | 6E | CA | D1 | 2F | 3 | 0 | 12 | B8 | 34 | 3F |
| Octal | 156 | 312 | 321 | 57 | 3 | 0 | 22 | 270 | 64 | 77 |
| Binary | 1101110 | 11001010 | 11010001 | 101111 | 11 | 0 | 10010 | 10111000 | 110100 | 111111 |
Color Harmonies of #6ECAD1
Complementary color
Monochromatic Colors of #6ECAD1
Black with #6ECAD1
Text Example
Text Example
White with #6ECAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECAD1; }
p { color: rgb(110,202,209); }
H1.HeaderClassName
{
color: #6ECAD1;
}
.AnyTagClassName
{
color: #6ECAD1;
}
</style>
background-color css
<style>
a { background-color: #6ECAD1; }
a { background-color: rgb(110,202,209); }
div.DivClassName
{
background-color: #6ECAD1;
}
.BgClassName
{
background-color: #6ECAD1;
}
</style>
border-color css
<style>
span { border-color: #6ECAD1; }
span { border-color: rgb(110,202,209); }
td.TdClassName
{
border-color: #6ECAD1;
}
.TagClassName
{
border-color: #6ECAD1;
}
</style>