Shades of Cadet Blue #639B9A
Tints of Cadet Blue #639B9A
RGB
CMYK
RGB Variations
Color information
#639B9A (or 0x639B9A) is known color: Cadet Blue. HEX triplet: 63, 9B and 9A. RGB value is (99,155,154). Sum of RGB (Red+Green+Blue) = 99+155+154=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #639B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B9A is #9C6465. Grayscale: #8A8A8A. Windows color (decimal): -10249318 or 10132323. OLE color: 10132323.
HSL color Cylindrical-coordinate representation of color #639B9A: hue angle of 178.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B9A is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 155 | 154 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.39 |
| HSL | 178.93º | 0.22% | 0.5% | - |
| HSV(B) | 178.93º | 0.36% | 0.61% | - |
| XYZ | 22.7 | 28.43 | 34.86 | - |
| YUV | 138.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 154 | 0.36 | 0 | 0.01 | 0.39 | 178.93 | 0.22 | 0.5 |
| Hex | 63 | 9B | 9A | 24 | 0 | 1 | 27 | B3 | 16 | 32 |
| Octal | 143 | 233 | 232 | 44 | 0 | 1 | 47 | 263 | 26 | 62 |
| Binary | 1100011 | 10011011 | 10011010 | 100100 | 0 | 1 | 100111 | 10110011 | 10110 | 110010 |
Color Harmonies of #639B9A
Complementary color
Monochromatic Colors of #639B9A
Black with #639B9A
Text Example
Text Example
White with #639B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639B9A; }
p { color: rgb(99,155,154); }
H1.HeaderClassName
{
color: #639B9A;
}
.AnyTagClassName
{
color: #639B9A;
}
</style>
background-color css
<style>
a { background-color: #639B9A; }
a { background-color: rgb(99,155,154); }
div.DivClassName
{
background-color: #639B9A;
}
.BgClassName
{
background-color: #639B9A;
}
</style>
border-color css
<style>
span { border-color: #639B9A; }
span { border-color: rgb(99,155,154); }
td.TdClassName
{
border-color: #639B9A;
}
.TagClassName
{
border-color: #639B9A;
}
</style>