Shades of Spray #6DCCDD
Tints of Spray #6DCCDD
RGB
CMYK
RGB Variations
Color information
#6DCCDD (or 0x6DCCDD) is known color: Spray. HEX triplet: 6D, CC and DD. RGB value is (109,204,221). Sum of RGB (Red+Green+Blue) = 109+204+221=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCDD is #923322. Grayscale: #B1B1B1. Windows color (decimal): -9581347 or 14535789. OLE color: 14535789.
HSL color Cylindrical-coordinate representation of color #6DCCDD: hue angle of 189.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DCCDD is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 204 | 221 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.13 |
| HSL | 189.11º | 0.62% | 0.65% | - |
| HSV(B) | 189.11º | 0.51% | 0.87% | - |
| XYZ | 40.95 | 51.66 | 76.22 | - |
| YUV | 177.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 221 | 0.51 | 0.08 | 0 | 0.13 | 189.11 | 0.62 | 0.65 |
| Hex | 6D | CC | DD | 33 | 8 | 0 | D | BD | 3E | 41 |
| Octal | 155 | 314 | 335 | 63 | 10 | 0 | 15 | 275 | 76 | 101 |
| Binary | 1101101 | 11001100 | 11011101 | 110011 | 1000 | 0 | 1101 | 10111101 | 111110 | 1000001 |
Color Harmonies of #6DCCDD
Complementary color
Monochromatic Colors of #6DCCDD
Black with #6DCCDD
Text Example
Text Example
White with #6DCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCDD; }
p { color: rgb(109,204,221); }
H1.HeaderClassName
{
color: #6DCCDD;
}
.AnyTagClassName
{
color: #6DCCDD;
}
</style>
background-color css
<style>
a { background-color: #6DCCDD; }
a { background-color: rgb(109,204,221); }
div.DivClassName
{
background-color: #6DCCDD;
}
.BgClassName
{
background-color: #6DCCDD;
}
</style>
border-color css
<style>
span { border-color: #6DCCDD; }
span { border-color: rgb(109,204,221); }
td.TdClassName
{
border-color: #6DCCDD;
}
.TagClassName
{
border-color: #6DCCDD;
}
</style>