Shades of Cadet Blue #639998
Tints of Cadet Blue #639998
RGB
CMYK
RGB Variations
Color information
#639998 (or 0x639998) is known color: Cadet Blue. HEX triplet: 63, 99 and 98. RGB value is (99,153,152). Sum of RGB (Red+Green+Blue) = 99+153+152=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #639998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639998 is #9C6667. Grayscale: #888888. Windows color (decimal): -10249832 or 10000739. OLE color: 10000739.
HSL color Cylindrical-coordinate representation of color #639998: hue angle of 178.89º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639998 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 152 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.4 |
| HSL | 178.89º | 0.21% | 0.49% | - |
| HSV(B) | 178.89º | 0.35% | 0.6% | - |
| XYZ | 22.2 | 27.7 | 33.88 | - |
| YUV | 136.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 152 | 0.35 | 0 | 0.01 | 0.4 | 178.89 | 0.21 | 0.49 |
| Hex | 63 | 99 | 98 | 23 | 0 | 1 | 28 | B3 | 15 | 31 |
| Octal | 143 | 231 | 230 | 43 | 0 | 1 | 50 | 263 | 25 | 61 |
| Binary | 1100011 | 10011001 | 10011000 | 100011 | 0 | 1 | 101000 | 10110011 | 10101 | 110001 |
Color Harmonies of #639998
Complementary color
Monochromatic Colors of #639998
Black with #639998
Text Example
Text Example
White with #639998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639998; }
p { color: rgb(99,153,152); }
H1.HeaderClassName
{
color: #639998;
}
.AnyTagClassName
{
color: #639998;
}
</style>
background-color css
<style>
a { background-color: #639998; }
a { background-color: rgb(99,153,152); }
div.DivClassName
{
background-color: #639998;
}
.BgClassName
{
background-color: #639998;
}
</style>
border-color css
<style>
span { border-color: #639998; }
span { border-color: rgb(99,153,152); }
td.TdClassName
{
border-color: #639998;
}
.TagClassName
{
border-color: #639998;
}
</style>