Shades of Cadet Blue #659B9E
Tints of Cadet Blue #659B9E
RGB
CMYK
RGB Variations
Color information
#659B9E (or 0x659B9E) is known color: Cadet Blue. HEX triplet: 65, 9B and 9E. RGB value is (101,155,158). Sum of RGB (Red+Green+Blue) = 101+155+158=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #659B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659B9E is #9A6461. Grayscale: #8B8B8B. Windows color (decimal): -10118242 or 10394469. OLE color: 10394469.
HSL color Cylindrical-coordinate representation of color #659B9E: hue angle of 183.16º degrees, saturation: 0.23, 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 #659B9E is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 155 | 158 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.38 |
| HSL | 183.16º | 0.23% | 0.51% | - |
| HSV(B) | 183.16º | 0.36% | 0.62% | - |
| XYZ | 23.26 | 28.68 | 36.66 | - |
| YUV | 139.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 158 | 0.36 | 0.02 | 0 | 0.38 | 183.16 | 0.23 | 0.51 |
| Hex | 65 | 9B | 9E | 24 | 2 | 0 | 26 | B7 | 17 | 33 |
| Octal | 145 | 233 | 236 | 44 | 2 | 0 | 46 | 267 | 27 | 63 |
| Binary | 1100101 | 10011011 | 10011110 | 100100 | 10 | 0 | 100110 | 10110111 | 10111 | 110011 |
Color Harmonies of #659B9E
Complementary color
Monochromatic Colors of #659B9E
Black with #659B9E
Text Example
Text Example
White with #659B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659B9E; }
p { color: rgb(101,155,158); }
H1.HeaderClassName
{
color: #659B9E;
}
.AnyTagClassName
{
color: #659B9E;
}
</style>
background-color css
<style>
a { background-color: #659B9E; }
a { background-color: rgb(101,155,158); }
div.DivClassName
{
background-color: #659B9E;
}
.BgClassName
{
background-color: #659B9E;
}
</style>
border-color css
<style>
span { border-color: #659B9E; }
span { border-color: rgb(101,155,158); }
td.TdClassName
{
border-color: #659B9E;
}
.TagClassName
{
border-color: #659B9E;
}
</style>