Shades of Spray #6DCADC
Tints of Spray #6DCADC
RGB
CMYK
RGB Variations
Color information
#6DCADC (or 0x6DCADC) is known color: Spray. HEX triplet: 6D, CA and DC. RGB value is (109,202,220). Sum of RGB (Red+Green+Blue) = 109+202+220=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DCADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCADC is #923523. Grayscale: #B0B0B0. Windows color (decimal): -9581860 or 14469741. OLE color: 14469741.
HSL color Cylindrical-coordinate representation of color #6DCADC: hue angle of 189.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DCADC is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 202 | 220 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.14 |
| HSL | 189.73º | 0.61% | 0.65% | - |
| HSV(B) | 189.73º | 0.5% | 0.86% | - |
| XYZ | 40.35 | 50.66 | 75.36 | - |
| YUV | 176.25 | 152.69 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 220 | 0.50 | 0.08 | 0 | 0.14 | 189.73 | 0.61 | 0.65 |
| Hex | 6D | CA | DC | 32 | 8 | 0 | E | BE | 3D | 41 |
| Octal | 155 | 312 | 334 | 62 | 10 | 0 | 16 | 276 | 75 | 101 |
| Binary | 1101101 | 11001010 | 11011100 | 110010 | 1000 | 0 | 1110 | 10111110 | 111101 | 1000001 |
Color Harmonies of #6DCADC
Complementary color
Monochromatic Colors of #6DCADC
Black with #6DCADC
Text Example
Text Example
White with #6DCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCADC; }
p { color: rgb(109,202,220); }
H1.HeaderClassName
{
color: #6DCADC;
}
.AnyTagClassName
{
color: #6DCADC;
}
</style>
background-color css
<style>
a { background-color: #6DCADC; }
a { background-color: rgb(109,202,220); }
div.DivClassName
{
background-color: #6DCADC;
}
.BgClassName
{
background-color: #6DCADC;
}
</style>
border-color css
<style>
span { border-color: #6DCADC; }
span { border-color: rgb(109,202,220); }
td.TdClassName
{
border-color: #6DCADC;
}
.TagClassName
{
border-color: #6DCADC;
}
</style>