Shades of Spray #67C8D6
Tints of Spray #67C8D6
RGB
CMYK
RGB Variations
Color information
#67C8D6 (or 0x67C8D6) is known color: Spray. HEX triplet: 67, C8 and D6. RGB value is (103,200,214). Sum of RGB (Red+Green+Blue) = 103+200+214=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #67C8D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C8D6 is #983729. Grayscale: #ACACAC. Windows color (decimal): -9975594 or 14076007. OLE color: 14076007.
HSL color Cylindrical-coordinate representation of color #67C8D6: hue angle of 187.57º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67C8D6 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 200 | 214 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.16 |
| HSL | 187.57º | 0.58% | 0.62% | - |
| HSV(B) | 187.57º | 0.52% | 0.84% | - |
| XYZ | 38.39 | 49.05 | 71.06 | - |
| YUV | 172.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 200 | 214 | 0.52 | 0.07 | 0 | 0.16 | 187.57 | 0.58 | 0.62 |
| Hex | 67 | C8 | D6 | 34 | 7 | 0 | 10 | BC | 3A | 3E |
| Octal | 147 | 310 | 326 | 64 | 7 | 0 | 20 | 274 | 72 | 76 |
| Binary | 1100111 | 11001000 | 11010110 | 110100 | 111 | 0 | 10000 | 10111100 | 111010 | 111110 |
Color Harmonies of #67C8D6
Complementary color
Monochromatic Colors of #67C8D6
Black with #67C8D6
Text Example
Text Example
White with #67C8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C8D6; }
p { color: rgb(103,200,214); }
H1.HeaderClassName
{
color: #67C8D6;
}
.AnyTagClassName
{
color: #67C8D6;
}
</style>
background-color css
<style>
a { background-color: #67C8D6; }
a { background-color: rgb(103,200,214); }
div.DivClassName
{
background-color: #67C8D6;
}
.BgClassName
{
background-color: #67C8D6;
}
</style>
border-color css
<style>
span { border-color: #67C8D6; }
span { border-color: rgb(103,200,214); }
td.TdClassName
{
border-color: #67C8D6;
}
.TagClassName
{
border-color: #67C8D6;
}
</style>