Shades of Cadet Blue #639BA3
Tints of Cadet Blue #639BA3
RGB
CMYK
RGB Variations
Color information
#639BA3 (or 0x639BA3) is known color: Cadet Blue. HEX triplet: 63, 9B and A3. RGB value is (99,155,163). Sum of RGB (Red+Green+Blue) = 99+155+163=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 163 - color contains mainly: blue. Hex color #639BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639BA3 is #9C645C. Grayscale: #8B8B8B. Windows color (decimal): -10249309 or 10722147. OLE color: 10722147.
HSL color Cylindrical-coordinate representation of color #639BA3: hue angle of 187.5º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #639BA3 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 155 | 163 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.36 |
| HSL | 187.5º | 0.26% | 0.51% | - |
| HSV(B) | 187.5º | 0.39% | 0.64% | - |
| XYZ | 23.48 | 28.74 | 38.96 | - |
| YUV | 139.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 155 | 163 | 0.39 | 0.05 | 0 | 0.36 | 187.5 | 0.26 | 0.51 |
| Hex | 63 | 9B | A3 | 27 | 5 | 0 | 24 | BC | 1A | 33 |
| Octal | 143 | 233 | 243 | 47 | 5 | 0 | 44 | 274 | 32 | 63 |
| Binary | 1100011 | 10011011 | 10100011 | 100111 | 101 | 0 | 100100 | 10111100 | 11010 | 110011 |
Color Harmonies of #639BA3
Complementary color
Monochromatic Colors of #639BA3
Black with #639BA3
Text Example
Text Example
White with #639BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639BA3; }
p { color: rgb(99,155,163); }
H1.HeaderClassName
{
color: #639BA3;
}
.AnyTagClassName
{
color: #639BA3;
}
</style>
background-color css
<style>
a { background-color: #639BA3; }
a { background-color: rgb(99,155,163); }
div.DivClassName
{
background-color: #639BA3;
}
.BgClassName
{
background-color: #639BA3;
}
</style>
border-color css
<style>
span { border-color: #639BA3; }
span { border-color: rgb(99,155,163); }
td.TdClassName
{
border-color: #639BA3;
}
.TagClassName
{
border-color: #639BA3;
}
</style>