Shades of Spray #6DCED6
Tints of Spray #6DCED6
RGB
CMYK
RGB Variations
Color information
#6DCED6 (or 0x6DCED6) is known color: Spray. HEX triplet: 6D, CE and D6. RGB value is (109,206,214). Sum of RGB (Red+Green+Blue) = 109+206+214=529 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.60% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #6DCED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCED6 is #923129. Grayscale: #B1B1B1. Windows color (decimal): -9580842 or 14077549. OLE color: 14077549.
HSL color Cylindrical-coordinate representation of color #6DCED6: hue angle of 184.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DCED6 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 206 | 214 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.16 |
| HSL | 184.57º | 0.56% | 0.63% | - |
| HSV(B) | 184.57º | 0.49% | 0.84% | - |
| XYZ | 40.52 | 52.25 | 71.57 | - |
| YUV | 177.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 214 | 0.49 | 0.04 | 0 | 0.16 | 184.57 | 0.56 | 0.63 |
| Hex | 6D | CE | D6 | 31 | 4 | 0 | 10 | B9 | 38 | 3F |
| Octal | 155 | 316 | 326 | 61 | 4 | 0 | 20 | 271 | 70 | 77 |
| Binary | 1101101 | 11001110 | 11010110 | 110001 | 100 | 0 | 10000 | 10111001 | 111000 | 111111 |
Color Harmonies of #6DCED6
Complementary color
Monochromatic Colors of #6DCED6
Black with #6DCED6
Text Example
Text Example
White with #6DCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCED6; }
p { color: rgb(109,206,214); }
H1.HeaderClassName
{
color: #6DCED6;
}
.AnyTagClassName
{
color: #6DCED6;
}
</style>
background-color css
<style>
a { background-color: #6DCED6; }
a { background-color: rgb(109,206,214); }
div.DivClassName
{
background-color: #6DCED6;
}
.BgClassName
{
background-color: #6DCED6;
}
</style>
border-color css
<style>
span { border-color: #6DCED6; }
span { border-color: rgb(109,206,214); }
td.TdClassName
{
border-color: #6DCED6;
}
.TagClassName
{
border-color: #6DCED6;
}
</style>