Shades of Spray #6DCCDC
Tints of Spray #6DCCDC
RGB
CMYK
RGB Variations
Color information
#6DCCDC (or 0x6DCCDC) is known color: Spray. HEX triplet: 6D, CC and DC. RGB value is (109,204,220). Sum of RGB (Red+Green+Blue) = 109+204+220=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DCCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCDC is #923323. Grayscale: #B1B1B1. Windows color (decimal): -9581348 or 14470253. OLE color: 14470253.
HSL color Cylindrical-coordinate representation of color #6DCCDC: hue angle of 188.65º 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 #6DCCDC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 204 | 220 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.14 |
| HSL | 188.65º | 0.61% | 0.65% | - |
| HSV(B) | 188.65º | 0.5% | 0.86% | - |
| XYZ | 40.82 | 51.6 | 75.52 | - |
| YUV | 177.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 220 | 0.50 | 0.07 | 0 | 0.14 | 188.65 | 0.61 | 0.65 |
| Hex | 6D | CC | DC | 32 | 7 | 0 | E | BD | 3D | 41 |
| Octal | 155 | 314 | 334 | 62 | 7 | 0 | 16 | 275 | 75 | 101 |
| Binary | 1101101 | 11001100 | 11011100 | 110010 | 111 | 0 | 1110 | 10111101 | 111101 | 1000001 |
Color Harmonies of #6DCCDC
Complementary color
Monochromatic Colors of #6DCCDC
Black with #6DCCDC
Text Example
Text Example
White with #6DCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCDC; }
p { color: rgb(109,204,220); }
H1.HeaderClassName
{
color: #6DCCDC;
}
.AnyTagClassName
{
color: #6DCCDC;
}
</style>
background-color css
<style>
a { background-color: #6DCCDC; }
a { background-color: rgb(109,204,220); }
div.DivClassName
{
background-color: #6DCCDC;
}
.BgClassName
{
background-color: #6DCCDC;
}
</style>
border-color css
<style>
span { border-color: #6DCCDC; }
span { border-color: rgb(109,204,220); }
td.TdClassName
{
border-color: #6DCCDC;
}
.TagClassName
{
border-color: #6DCCDC;
}
</style>