Shades of Cadet Blue #619AA9
Tints of Cadet Blue #619AA9
RGB
CMYK
RGB Variations
Color information
#619AA9 (or 0x619AA9) is known color: Cadet Blue. HEX triplet: 61, 9A and A9. RGB value is (97,154,169). Sum of RGB (Red+Green+Blue) = 97+154+169=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 169 - color contains mainly: blue. Hex color #619AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619AA9 is #9E6556. Grayscale: #8A8A8A. Windows color (decimal): -10380631 or 11115105. OLE color: 11115105.
HSL color Cylindrical-coordinate representation of color #619AA9: hue angle of 192.5º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #619AA9 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 154 | 169 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.34 |
| HSL | 192.5º | 0.3% | 0.52% | - |
| HSV(B) | 192.5º | 0.43% | 0.66% | - |
| XYZ | 23.65 | 28.52 | 41.79 | - |
| YUV | 138.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 169 | 0.43 | 0.09 | 0 | 0.34 | 192.5 | 0.3 | 0.52 |
| Hex | 61 | 9A | A9 | 2B | 9 | 0 | 22 | C0 | 1E | 34 |
| Octal | 141 | 232 | 251 | 53 | 11 | 0 | 42 | 300 | 36 | 64 |
| Binary | 1100001 | 10011010 | 10101001 | 101011 | 1001 | 0 | 100010 | 11000000 | 11110 | 110100 |
Color Harmonies of #619AA9
Complementary color
Monochromatic Colors of #619AA9
Black with #619AA9
Text Example
Text Example
White with #619AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619AA9; }
p { color: rgb(97,154,169); }
H1.HeaderClassName
{
color: #619AA9;
}
.AnyTagClassName
{
color: #619AA9;
}
</style>
background-color css
<style>
a { background-color: #619AA9; }
a { background-color: rgb(97,154,169); }
div.DivClassName
{
background-color: #619AA9;
}
.BgClassName
{
background-color: #619AA9;
}
</style>
border-color css
<style>
span { border-color: #619AA9; }
span { border-color: rgb(97,154,169); }
td.TdClassName
{
border-color: #619AA9;
}
.TagClassName
{
border-color: #619AA9;
}
</style>