Shades of Cadet Blue #649B9F
Tints of Cadet Blue #649B9F
RGB
CMYK
RGB Variations
Color information
#649B9F (or 0x649B9F) is known color: Cadet Blue. HEX triplet: 64, 9B and 9F. RGB value is (100,155,159). Sum of RGB (Red+Green+Blue) = 100+155+159=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #649B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649B9F is #9B6460. Grayscale: #8A8A8A. Windows color (decimal): -10183777 or 10460004. OLE color: 10460004.
HSL color Cylindrical-coordinate representation of color #649B9F: hue angle of 184.07º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649B9F is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 155 | 159 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.38 |
| HSL | 184.07º | 0.24% | 0.51% | - |
| HSV(B) | 184.07º | 0.37% | 0.62% | - |
| XYZ | 23.23 | 28.66 | 37.11 | - |
| YUV | 139.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 159 | 0.37 | 0.03 | 0 | 0.38 | 184.07 | 0.24 | 0.51 |
| Hex | 64 | 9B | 9F | 25 | 3 | 0 | 26 | B8 | 18 | 33 |
| Octal | 144 | 233 | 237 | 45 | 3 | 0 | 46 | 270 | 30 | 63 |
| Binary | 1100100 | 10011011 | 10011111 | 100101 | 11 | 0 | 100110 | 10111000 | 11000 | 110011 |
Color Harmonies of #649B9F
Complementary color
Monochromatic Colors of #649B9F
Black with #649B9F
Text Example
Text Example
White with #649B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B9F; }
p { color: rgb(100,155,159); }
H1.HeaderClassName
{
color: #649B9F;
}
.AnyTagClassName
{
color: #649B9F;
}
</style>
background-color css
<style>
a { background-color: #649B9F; }
a { background-color: rgb(100,155,159); }
div.DivClassName
{
background-color: #649B9F;
}
.BgClassName
{
background-color: #649B9F;
}
</style>
border-color css
<style>
span { border-color: #649B9F; }
span { border-color: rgb(100,155,159); }
td.TdClassName
{
border-color: #649B9F;
}
.TagClassName
{
border-color: #649B9F;
}
</style>