Shades of Spray #6DCDD1
Tints of Spray #6DCDD1
RGB
CMYK
RGB Variations
Color information
#6DCDD1 (or 0x6DCDD1) is known color: Spray. HEX triplet: 6D, CD and D1. RGB value is (109,205,209). Sum of RGB (Red+Green+Blue) = 109+205+209=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DCDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDD1 is #92322E. Grayscale: #B0B0B0. Windows color (decimal): -9581103 or 13749613. OLE color: 13749613.
HSL color Cylindrical-coordinate representation of color #6DCDD1: hue angle of 182.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DCDD1 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 205 | 209 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.18 |
| HSL | 182.4º | 0.52% | 0.62% | - |
| HSV(B) | 182.4º | 0.48% | 0.82% | - |
| XYZ | 39.65 | 51.52 | 68.18 | - |
| YUV | 176.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 209 | 0.48 | 0.02 | 0 | 0.18 | 182.4 | 0.52 | 0.62 |
| Hex | 6D | CD | D1 | 30 | 2 | 0 | 12 | B6 | 34 | 3E |
| Octal | 155 | 315 | 321 | 60 | 2 | 0 | 22 | 266 | 64 | 76 |
| Binary | 1101101 | 11001101 | 11010001 | 110000 | 10 | 0 | 10010 | 10110110 | 110100 | 111110 |
Color Harmonies of #6DCDD1
Complementary color
Monochromatic Colors of #6DCDD1
Black with #6DCDD1
Text Example
Text Example
White with #6DCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDD1; }
p { color: rgb(109,205,209); }
H1.HeaderClassName
{
color: #6DCDD1;
}
.AnyTagClassName
{
color: #6DCDD1;
}
</style>
background-color css
<style>
a { background-color: #6DCDD1; }
a { background-color: rgb(109,205,209); }
div.DivClassName
{
background-color: #6DCDD1;
}
.BgClassName
{
background-color: #6DCDD1;
}
</style>
border-color css
<style>
span { border-color: #6DCDD1; }
span { border-color: rgb(109,205,209); }
td.TdClassName
{
border-color: #6DCDD1;
}
.TagClassName
{
border-color: #6DCDD1;
}
</style>