Shades of Cadet Blue #659B9A
Tints of Cadet Blue #659B9A
RGB
CMYK
RGB Variations
Color information
#659B9A (or 0x659B9A) is known color: Cadet Blue. HEX triplet: 65, 9B and 9A. RGB value is (101,155,154). Sum of RGB (Red+Green+Blue) = 101+155+154=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #659B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659B9A is #9A6465. Grayscale: #8A8A8A. Windows color (decimal): -10118246 or 10132325. OLE color: 10132325.
HSL color Cylindrical-coordinate representation of color #659B9A: hue angle of 178.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B9A is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 155 | 154 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.39 |
| HSL | 178.89º | 0.21% | 0.5% | - |
| HSV(B) | 178.89º | 0.35% | 0.61% | - |
| XYZ | 22.92 | 28.54 | 34.87 | - |
| YUV | 138.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 154 | 0.35 | 0 | 0.01 | 0.39 | 178.89 | 0.21 | 0.5 |
| Hex | 65 | 9B | 9A | 23 | 0 | 1 | 27 | B3 | 15 | 32 |
| Octal | 145 | 233 | 232 | 43 | 0 | 1 | 47 | 263 | 25 | 62 |
| Binary | 1100101 | 10011011 | 10011010 | 100011 | 0 | 1 | 100111 | 10110011 | 10101 | 110010 |
Color Harmonies of #659B9A
Complementary color
Monochromatic Colors of #659B9A
Black with #659B9A
Text Example
Text Example
White with #659B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659B9A; }
p { color: rgb(101,155,154); }
H1.HeaderClassName
{
color: #659B9A;
}
.AnyTagClassName
{
color: #659B9A;
}
</style>
background-color css
<style>
a { background-color: #659B9A; }
a { background-color: rgb(101,155,154); }
div.DivClassName
{
background-color: #659B9A;
}
.BgClassName
{
background-color: #659B9A;
}
</style>
border-color css
<style>
span { border-color: #659B9A; }
span { border-color: rgb(101,155,154); }
td.TdClassName
{
border-color: #659B9A;
}
.TagClassName
{
border-color: #659B9A;
}
</style>