Shades of Spray #6DC5DD
Tints of Spray #6DC5DD
RGB
CMYK
RGB Variations
Color information
#6DC5DD (or 0x6DC5DD) is known color: Spray. HEX triplet: 6D, C5 and DD. RGB value is (109,197,221). Sum of RGB (Red+Green+Blue) = 109+197+221=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DC5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC5DD is #923A22. Grayscale: #ADADAD. Windows color (decimal): -9583139 or 14533997. OLE color: 14533997.
HSL color Cylindrical-coordinate representation of color #6DC5DD: hue angle of 192.86º 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 #6DC5DD is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 197 | 221 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.13 |
| HSL | 192.86º | 0.62% | 0.65% | - |
| HSV(B) | 192.86º | 0.51% | 0.87% | - |
| XYZ | 39.32 | 48.4 | 75.68 | - |
| YUV | 173.42 | 154.85 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 221 | 0.51 | 0.11 | 0 | 0.13 | 192.86 | 0.62 | 0.65 |
| Hex | 6D | C5 | DD | 33 | B | 0 | D | C1 | 3E | 41 |
| Octal | 155 | 305 | 335 | 63 | 13 | 0 | 15 | 301 | 76 | 101 |
| Binary | 1101101 | 11000101 | 11011101 | 110011 | 1011 | 0 | 1101 | 11000001 | 111110 | 1000001 |
Color Harmonies of #6DC5DD
Complementary color
Monochromatic Colors of #6DC5DD
Black with #6DC5DD
Text Example
Text Example
White with #6DC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC5DD; }
p { color: rgb(109,197,221); }
H1.HeaderClassName
{
color: #6DC5DD;
}
.AnyTagClassName
{
color: #6DC5DD;
}
</style>
background-color css
<style>
a { background-color: #6DC5DD; }
a { background-color: rgb(109,197,221); }
div.DivClassName
{
background-color: #6DC5DD;
}
.BgClassName
{
background-color: #6DC5DD;
}
</style>
border-color css
<style>
span { border-color: #6DC5DD; }
span { border-color: rgb(109,197,221); }
td.TdClassName
{
border-color: #6DC5DD;
}
.TagClassName
{
border-color: #6DC5DD;
}
</style>