Shades of Cadet Blue #619CA0
Tints of Cadet Blue #619CA0
RGB
CMYK
RGB Variations
Color information
#619CA0 (or 0x619CA0) is known color: Cadet Blue. HEX triplet: 61, 9C and A0. RGB value is (97,156,160). Sum of RGB (Red+Green+Blue) = 97+156+160=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 160 - color contains mainly: blue. Hex color #619CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619CA0 is #9E635F. Grayscale: #8A8A8A. Windows color (decimal): -10380128 or 10525793. OLE color: 10525793.
HSL color Cylindrical-coordinate representation of color #619CA0: hue angle of 183.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619CA0 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 156 | 160 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.37 |
| HSL | 183.81º | 0.25% | 0.5% | - |
| HSV(B) | 183.81º | 0.39% | 0.63% | - |
| XYZ | 23.16 | 28.86 | 37.61 | - |
| YUV | 138.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 160 | 0.39 | 0.02 | 0 | 0.37 | 183.81 | 0.25 | 0.5 |
| Hex | 61 | 9C | A0 | 27 | 2 | 0 | 25 | B8 | 19 | 32 |
| Octal | 141 | 234 | 240 | 47 | 2 | 0 | 45 | 270 | 31 | 62 |
| Binary | 1100001 | 10011100 | 10100000 | 100111 | 10 | 0 | 100101 | 10111000 | 11001 | 110010 |
Color Harmonies of #619CA0
Complementary color
Monochromatic Colors of #619CA0
Black with #619CA0
Text Example
Text Example
White with #619CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619CA0; }
p { color: rgb(97,156,160); }
H1.HeaderClassName
{
color: #619CA0;
}
.AnyTagClassName
{
color: #619CA0;
}
</style>
background-color css
<style>
a { background-color: #619CA0; }
a { background-color: rgb(97,156,160); }
div.DivClassName
{
background-color: #619CA0;
}
.BgClassName
{
background-color: #619CA0;
}
</style>
border-color css
<style>
span { border-color: #619CA0; }
span { border-color: rgb(97,156,160); }
td.TdClassName
{
border-color: #619CA0;
}
.TagClassName
{
border-color: #619CA0;
}
</style>