Shades of Cadet Blue #639FA5
Tints of Cadet Blue #639FA5
RGB
CMYK
RGB Variations
Color information
#639FA5 (or 0x639FA5) is known color: Cadet Blue. HEX triplet: 63, 9F and A5. RGB value is (99,159,165). Sum of RGB (Red+Green+Blue) = 99+159+165=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 165 - color contains mainly: blue. Hex color #639FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639FA5 is #9C605A. Grayscale: #8D8D8D. Windows color (decimal): -10248283 or 10854243. OLE color: 10854243.
HSL color Cylindrical-coordinate representation of color #639FA5: hue angle of 185.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #639FA5 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 159 | 165 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.35 |
| HSL | 185.45º | 0.27% | 0.52% | - |
| HSV(B) | 185.45º | 0.4% | 0.65% | - |
| XYZ | 24.34 | 30.17 | 40.14 | - |
| YUV | 141.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 165 | 0.40 | 0.04 | 0 | 0.35 | 185.45 | 0.27 | 0.52 |
| Hex | 63 | 9F | A5 | 28 | 4 | 0 | 23 | B9 | 1B | 34 |
| Octal | 143 | 237 | 245 | 50 | 4 | 0 | 43 | 271 | 33 | 64 |
| Binary | 1100011 | 10011111 | 10100101 | 101000 | 100 | 0 | 100011 | 10111001 | 11011 | 110100 |
Color Harmonies of #639FA5
Complementary color
Monochromatic Colors of #639FA5
Black with #639FA5
Text Example
Text Example
White with #639FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FA5; }
p { color: rgb(99,159,165); }
H1.HeaderClassName
{
color: #639FA5;
}
.AnyTagClassName
{
color: #639FA5;
}
</style>
background-color css
<style>
a { background-color: #639FA5; }
a { background-color: rgb(99,159,165); }
div.DivClassName
{
background-color: #639FA5;
}
.BgClassName
{
background-color: #639FA5;
}
</style>
border-color css
<style>
span { border-color: #639FA5; }
span { border-color: rgb(99,159,165); }
td.TdClassName
{
border-color: #639FA5;
}
.TagClassName
{
border-color: #639FA5;
}
</style>