Shades of Cadet Blue #639CA4
Tints of Cadet Blue #639CA4
RGB
CMYK
RGB Variations
Color information
#639CA4 (or 0x639CA4) is known color: Cadet Blue. HEX triplet: 63, 9C and A4. RGB value is (99,156,164). Sum of RGB (Red+Green+Blue) = 99+156+164=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #639CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639CA4 is #9C635B. Grayscale: #8B8B8B. Windows color (decimal): -10249052 or 10787939. OLE color: 10787939.
HSL color Cylindrical-coordinate representation of color #639CA4: hue angle of 187.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #639CA4 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 156 | 164 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.36 |
| HSL | 187.38º | 0.26% | 0.52% | - |
| HSV(B) | 187.38º | 0.4% | 0.64% | - |
| XYZ | 23.73 | 29.11 | 39.49 | - |
| YUV | 139.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 156 | 164 | 0.40 | 0.05 | 0 | 0.36 | 187.38 | 0.26 | 0.52 |
| Hex | 63 | 9C | A4 | 28 | 5 | 0 | 24 | BB | 1A | 34 |
| Octal | 143 | 234 | 244 | 50 | 5 | 0 | 44 | 273 | 32 | 64 |
| Binary | 1100011 | 10011100 | 10100100 | 101000 | 101 | 0 | 100100 | 10111011 | 11010 | 110100 |
Color Harmonies of #639CA4
Complementary color
Monochromatic Colors of #639CA4
Black with #639CA4
Text Example
Text Example
White with #639CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639CA4; }
p { color: rgb(99,156,164); }
H1.HeaderClassName
{
color: #639CA4;
}
.AnyTagClassName
{
color: #639CA4;
}
</style>
background-color css
<style>
a { background-color: #639CA4; }
a { background-color: rgb(99,156,164); }
div.DivClassName
{
background-color: #639CA4;
}
.BgClassName
{
background-color: #639CA4;
}
</style>
border-color css
<style>
span { border-color: #639CA4; }
span { border-color: rgb(99,156,164); }
td.TdClassName
{
border-color: #639CA4;
}
.TagClassName
{
border-color: #639CA4;
}
</style>