Shades of Cadet Blue #67959D
Tints of Cadet Blue #67959D
RGB
CMYK
RGB Variations
Color information
#67959D (or 0x67959D) is known color: Cadet Blue. HEX triplet: 67, 95 and 9D. RGB value is (103,149,157). Sum of RGB (Red+Green+Blue) = 103+149+157=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #67959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67959D is #986A62. Grayscale: #888888. Windows color (decimal): -9988707 or 10327399. OLE color: 10327399.
HSL color Cylindrical-coordinate representation of color #67959D: hue angle of 188.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67959D is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 149 | 157 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.38 |
| HSL | 188.89º | 0.22% | 0.51% | - |
| HSV(B) | 188.89º | 0.34% | 0.62% | - |
| XYZ | 22.43 | 26.81 | 35.89 | - |
| YUV | 136.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 157 | 0.34 | 0.05 | 0 | 0.38 | 188.89 | 0.22 | 0.51 |
| Hex | 67 | 95 | 9D | 22 | 5 | 0 | 26 | BD | 16 | 33 |
| Octal | 147 | 225 | 235 | 42 | 5 | 0 | 46 | 275 | 26 | 63 |
| Binary | 1100111 | 10010101 | 10011101 | 100010 | 101 | 0 | 100110 | 10111101 | 10110 | 110011 |
Color Harmonies of #67959D
Complementary color
Monochromatic Colors of #67959D
Black with #67959D
Text Example
Text Example
White with #67959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67959D; }
p { color: rgb(103,149,157); }
H1.HeaderClassName
{
color: #67959D;
}
.AnyTagClassName
{
color: #67959D;
}
</style>
background-color css
<style>
a { background-color: #67959D; }
a { background-color: rgb(103,149,157); }
div.DivClassName
{
background-color: #67959D;
}
.BgClassName
{
background-color: #67959D;
}
</style>
border-color css
<style>
span { border-color: #67959D; }
span { border-color: rgb(103,149,157); }
td.TdClassName
{
border-color: #67959D;
}
.TagClassName
{
border-color: #67959D;
}
</style>