Shades of Spray #6DC7CE
Tints of Spray #6DC7CE
RGB
CMYK
RGB Variations
Color information
#6DC7CE (or 0x6DC7CE) is known color: Spray. HEX triplet: 6D, C7 and CE. RGB value is (109,199,206). Sum of RGB (Red+Green+Blue) = 109+199+206=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC7CE is #923831. Grayscale: #ACACAC. Windows color (decimal): -9582642 or 13551469. OLE color: 13551469.
HSL color Cylindrical-coordinate representation of color #6DC7CE: hue angle of 184.33º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DC7CE is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 199 | 206 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.19 |
| HSL | 184.33º | 0.5% | 0.62% | - |
| HSV(B) | 184.33º | 0.47% | 0.81% | - |
| XYZ | 37.87 | 48.55 | 65.77 | - |
| YUV | 172.89 | 146.68 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 199 | 206 | 0.47 | 0.03 | 0 | 0.19 | 184.33 | 0.5 | 0.62 |
| Hex | 6D | C7 | CE | 2F | 3 | 0 | 13 | B8 | 32 | 3E |
| Octal | 155 | 307 | 316 | 57 | 3 | 0 | 23 | 270 | 62 | 76 |
| Binary | 1101101 | 11000111 | 11001110 | 101111 | 11 | 0 | 10011 | 10111000 | 110010 | 111110 |
Color Harmonies of #6DC7CE
Complementary color
Monochromatic Colors of #6DC7CE
Black with #6DC7CE
Text Example
Text Example
White with #6DC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC7CE; }
p { color: rgb(109,199,206); }
H1.HeaderClassName
{
color: #6DC7CE;
}
.AnyTagClassName
{
color: #6DC7CE;
}
</style>
background-color css
<style>
a { background-color: #6DC7CE; }
a { background-color: rgb(109,199,206); }
div.DivClassName
{
background-color: #6DC7CE;
}
.BgClassName
{
background-color: #6DC7CE;
}
</style>
border-color css
<style>
span { border-color: #6DC7CE; }
span { border-color: rgb(109,199,206); }
td.TdClassName
{
border-color: #6DC7CE;
}
.TagClassName
{
border-color: #6DC7CE;
}
</style>