Shades of Spray #68C6D6
Tints of Spray #68C6D6
RGB
CMYK
RGB Variations
Color information
#68C6D6 (or 0x68C6D6) is known color: Spray. HEX triplet: 68, C6 and D6. RGB value is (104,198,214). Sum of RGB (Red+Green+Blue) = 104+198+214=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #68C6D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C6D6 is #973929. Grayscale: #ABABAB. Windows color (decimal): -9910570 or 14075496. OLE color: 14075496.
HSL color Cylindrical-coordinate representation of color #68C6D6: hue angle of 188.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68C6D6 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 198 | 214 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.16 |
| HSL | 188.73º | 0.57% | 0.62% | - |
| HSV(B) | 188.73º | 0.51% | 0.84% | - |
| XYZ | 38.04 | 48.19 | 70.91 | - |
| YUV | 171.72 | 151.86 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 198 | 214 | 0.51 | 0.07 | 0 | 0.16 | 188.73 | 0.57 | 0.62 |
| Hex | 68 | C6 | D6 | 33 | 7 | 0 | 10 | BD | 39 | 3E |
| Octal | 150 | 306 | 326 | 63 | 7 | 0 | 20 | 275 | 71 | 76 |
| Binary | 1101000 | 11000110 | 11010110 | 110011 | 111 | 0 | 10000 | 10111101 | 111001 | 111110 |
Color Harmonies of #68C6D6
Complementary color
Monochromatic Colors of #68C6D6
Black with #68C6D6
Text Example
Text Example
White with #68C6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C6D6; }
p { color: rgb(104,198,214); }
H1.HeaderClassName
{
color: #68C6D6;
}
.AnyTagClassName
{
color: #68C6D6;
}
</style>
background-color css
<style>
a { background-color: #68C6D6; }
a { background-color: rgb(104,198,214); }
div.DivClassName
{
background-color: #68C6D6;
}
.BgClassName
{
background-color: #68C6D6;
}
</style>
border-color css
<style>
span { border-color: #68C6D6; }
span { border-color: rgb(104,198,214); }
td.TdClassName
{
border-color: #68C6D6;
}
.TagClassName
{
border-color: #68C6D6;
}
</style>