Shades of Spray #6DCACE
Tints of Spray #6DCACE
RGB
CMYK
RGB Variations
Color information
#6DCACE (or 0x6DCACE) is known color: Spray. HEX triplet: 6D, CA and CE. RGB value is (109,202,206). Sum of RGB (Red+Green+Blue) = 109+202+206=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCACE is #923531. Grayscale: #AEAEAE. Windows color (decimal): -9581874 or 13552237. OLE color: 13552237.
HSL color Cylindrical-coordinate representation of color #6DCACE: hue angle of 182.47º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCACE is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 202 | 206 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.19 |
| HSL | 182.47º | 0.5% | 0.62% | - |
| HSV(B) | 182.47º | 0.47% | 0.81% | - |
| XYZ | 38.57 | 49.95 | 66 | - |
| YUV | 174.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 206 | 0.47 | 0.02 | 0 | 0.19 | 182.47 | 0.5 | 0.62 |
| Hex | 6D | CA | CE | 2F | 2 | 0 | 13 | B6 | 32 | 3E |
| Octal | 155 | 312 | 316 | 57 | 2 | 0 | 23 | 266 | 62 | 76 |
| Binary | 1101101 | 11001010 | 11001110 | 101111 | 10 | 0 | 10011 | 10110110 | 110010 | 111110 |
Color Harmonies of #6DCACE
Complementary color
Monochromatic Colors of #6DCACE
Black with #6DCACE
Text Example
Text Example
White with #6DCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCACE; }
p { color: rgb(109,202,206); }
H1.HeaderClassName
{
color: #6DCACE;
}
.AnyTagClassName
{
color: #6DCACE;
}
</style>
background-color css
<style>
a { background-color: #6DCACE; }
a { background-color: rgb(109,202,206); }
div.DivClassName
{
background-color: #6DCACE;
}
.BgClassName
{
background-color: #6DCACE;
}
</style>
border-color css
<style>
span { border-color: #6DCACE; }
span { border-color: rgb(109,202,206); }
td.TdClassName
{
border-color: #6DCACE;
}
.TagClassName
{
border-color: #6DCACE;
}
</style>