Shades of Spray #6DCDD4
Tints of Spray #6DCDD4
RGB
CMYK
RGB Variations
Color information
#6DCDD4 (or 0x6DCDD4) is known color: Spray. HEX triplet: 6D, CD and D4. RGB value is (109,205,212). Sum of RGB (Red+Green+Blue) = 109+205+212=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #6DCDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDD4 is #92322B. Grayscale: #B0B0B0. Windows color (decimal): -9581100 or 13946221. OLE color: 13946221.
HSL color Cylindrical-coordinate representation of color #6DCDD4: hue angle of 184.08º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DCDD4 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 205 | 212 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.17 |
| HSL | 184.08º | 0.54% | 0.63% | - |
| HSV(B) | 184.08º | 0.49% | 0.83% | - |
| XYZ | 40.02 | 51.67 | 70.15 | - |
| YUV | 177.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 212 | 0.49 | 0.03 | 0 | 0.17 | 184.08 | 0.54 | 0.63 |
| Hex | 6D | CD | D4 | 31 | 3 | 0 | 11 | B8 | 36 | 3F |
| Octal | 155 | 315 | 324 | 61 | 3 | 0 | 21 | 270 | 66 | 77 |
| Binary | 1101101 | 11001101 | 11010100 | 110001 | 11 | 0 | 10001 | 10111000 | 110110 | 111111 |
Color Harmonies of #6DCDD4
Complementary color
Monochromatic Colors of #6DCDD4
Black with #6DCDD4
Text Example
Text Example
White with #6DCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDD4; }
p { color: rgb(109,205,212); }
H1.HeaderClassName
{
color: #6DCDD4;
}
.AnyTagClassName
{
color: #6DCDD4;
}
</style>
background-color css
<style>
a { background-color: #6DCDD4; }
a { background-color: rgb(109,205,212); }
div.DivClassName
{
background-color: #6DCDD4;
}
.BgClassName
{
background-color: #6DCDD4;
}
</style>
border-color css
<style>
span { border-color: #6DCDD4; }
span { border-color: rgb(109,205,212); }
td.TdClassName
{
border-color: #6DCDD4;
}
.TagClassName
{
border-color: #6DCDD4;
}
</style>