Shades of Cadet Blue #65979D
Tints of Cadet Blue #65979D
RGB
CMYK
RGB Variations
Color information
#65979D (or 0x65979D) is known color: Cadet Blue. HEX triplet: 65, 97 and 9D. RGB value is (101,151,157). Sum of RGB (Red+Green+Blue) = 101+151+157=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 151 (59.38% from 255 or 36.92% 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 #65979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65979D is #9A6862. Grayscale: #888888. Windows color (decimal): -10119267 or 10327909. OLE color: 10327909.
HSL color Cylindrical-coordinate representation of color #65979D: hue angle of 186.43º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65979D is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 151 | 157 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.38 |
| HSL | 186.43º | 0.22% | 0.51% | - |
| HSV(B) | 186.43º | 0.36% | 0.62% | - |
| XYZ | 22.52 | 27.33 | 35.99 | - |
| YUV | 136.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 157 | 0.36 | 0.04 | 0 | 0.38 | 186.43 | 0.22 | 0.51 |
| Hex | 65 | 97 | 9D | 24 | 4 | 0 | 26 | BA | 16 | 33 |
| Octal | 145 | 227 | 235 | 44 | 4 | 0 | 46 | 272 | 26 | 63 |
| Binary | 1100101 | 10010111 | 10011101 | 100100 | 100 | 0 | 100110 | 10111010 | 10110 | 110011 |
Color Harmonies of #65979D
Complementary color
Monochromatic Colors of #65979D
Black with #65979D
Text Example
Text Example
White with #65979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65979D; }
p { color: rgb(101,151,157); }
H1.HeaderClassName
{
color: #65979D;
}
.AnyTagClassName
{
color: #65979D;
}
</style>
background-color css
<style>
a { background-color: #65979D; }
a { background-color: rgb(101,151,157); }
div.DivClassName
{
background-color: #65979D;
}
.BgClassName
{
background-color: #65979D;
}
</style>
border-color css
<style>
span { border-color: #65979D; }
span { border-color: rgb(101,151,157); }
td.TdClassName
{
border-color: #65979D;
}
.TagClassName
{
border-color: #65979D;
}
</style>