Shades of Cadet Blue #639FAC
Tints of Cadet Blue #639FAC
RGB
CMYK
RGB Variations
Color information
#639FAC (or 0x639FAC) is known color: Cadet Blue. HEX triplet: 63, 9F and AC. RGB value is (99,159,172). Sum of RGB (Red+Green+Blue) = 99+159+172=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #639FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639FAC is #9C6053. Grayscale: #8E8E8E. Windows color (decimal): -10248276 or 11312995. OLE color: 11312995.
HSL color Cylindrical-coordinate representation of color #639FAC: hue angle of 190.68º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #639FAC is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 159 | 172 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.33 |
| HSL | 190.68º | 0.31% | 0.53% | - |
| HSV(B) | 190.68º | 0.42% | 0.67% | - |
| XYZ | 24.99 | 30.43 | 43.59 | - |
| YUV | 142.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 172 | 0.42 | 0.08 | 0 | 0.33 | 190.68 | 0.31 | 0.53 |
| Hex | 63 | 9F | AC | 2A | 8 | 0 | 21 | BF | 1F | 35 |
| Octal | 143 | 237 | 254 | 52 | 10 | 0 | 41 | 277 | 37 | 65 |
| Binary | 1100011 | 10011111 | 10101100 | 101010 | 1000 | 0 | 100001 | 10111111 | 11111 | 110101 |
Color Harmonies of #639FAC
Complementary color
Monochromatic Colors of #639FAC
Black with #639FAC
Text Example
Text Example
White with #639FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639FAC; }
p { color: rgb(99,159,172); }
H1.HeaderClassName
{
color: #639FAC;
}
.AnyTagClassName
{
color: #639FAC;
}
</style>
background-color css
<style>
a { background-color: #639FAC; }
a { background-color: rgb(99,159,172); }
div.DivClassName
{
background-color: #639FAC;
}
.BgClassName
{
background-color: #639FAC;
}
</style>
border-color css
<style>
span { border-color: #639FAC; }
span { border-color: rgb(99,159,172); }
td.TdClassName
{
border-color: #639FAC;
}
.TagClassName
{
border-color: #639FAC;
}
</style>