Shades of Spray #6DC6D6
Tints of Spray #6DC6D6
RGB
CMYK
RGB Variations
Color information
#6DC6D6 (or 0x6DC6D6) is known color: Spray. HEX triplet: 6D, C6 and D6. RGB value is (109,198,214). Sum of RGB (Red+Green+Blue) = 109+198+214=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 214 - color contains mainly: blue. Hex color #6DC6D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC6D6 is #923929. Grayscale: #ADADAD. Windows color (decimal): -9582890 or 14075501. OLE color: 14075501.
HSL color Cylindrical-coordinate representation of color #6DC6D6: hue angle of 189.14º 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 #6DC6D6 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 198 | 214 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.16 |
| HSL | 189.14º | 0.56% | 0.63% | - |
| HSV(B) | 189.14º | 0.49% | 0.84% | - |
| XYZ | 38.64 | 48.49 | 70.94 | - |
| YUV | 173.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 198 | 214 | 0.49 | 0.07 | 0 | 0.16 | 189.14 | 0.56 | 0.63 |
| Hex | 6D | C6 | D6 | 31 | 7 | 0 | 10 | BD | 38 | 3F |
| Octal | 155 | 306 | 326 | 61 | 7 | 0 | 20 | 275 | 70 | 77 |
| Binary | 1101101 | 11000110 | 11010110 | 110001 | 111 | 0 | 10000 | 10111101 | 111000 | 111111 |
Color Harmonies of #6DC6D6
Complementary color
Monochromatic Colors of #6DC6D6
Black with #6DC6D6
Text Example
Text Example
White with #6DC6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC6D6; }
p { color: rgb(109,198,214); }
H1.HeaderClassName
{
color: #6DC6D6;
}
.AnyTagClassName
{
color: #6DC6D6;
}
</style>
background-color css
<style>
a { background-color: #6DC6D6; }
a { background-color: rgb(109,198,214); }
div.DivClassName
{
background-color: #6DC6D6;
}
.BgClassName
{
background-color: #6DC6D6;
}
</style>
border-color css
<style>
span { border-color: #6DC6D6; }
span { border-color: rgb(109,198,214); }
td.TdClassName
{
border-color: #6DC6D6;
}
.TagClassName
{
border-color: #6DC6D6;
}
</style>