Shades of Cadet Blue #619EAA
Tints of Cadet Blue #619EAA
RGB
CMYK
RGB Variations
Color information
#619EAA (or 0x619EAA) is known color: Cadet Blue. HEX triplet: 61, 9E and AA. RGB value is (97,158,170). Sum of RGB (Red+Green+Blue) = 97+158+170=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #619EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619EAA is #9E6155. Grayscale: #8D8D8D. Windows color (decimal): -10379606 or 11181665. OLE color: 11181665.
HSL color Cylindrical-coordinate representation of color #619EAA: hue angle of 189.86º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #619EAA is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 158 | 170 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.33 |
| HSL | 189.86º | 0.3% | 0.52% | - |
| HSV(B) | 189.86º | 0.43% | 0.67% | - |
| XYZ | 24.41 | 29.9 | 42.51 | - |
| YUV | 141.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 170 | 0.43 | 0.07 | 0 | 0.33 | 189.86 | 0.3 | 0.52 |
| Hex | 61 | 9E | AA | 2B | 7 | 0 | 21 | BE | 1E | 34 |
| Octal | 141 | 236 | 252 | 53 | 7 | 0 | 41 | 276 | 36 | 64 |
| Binary | 1100001 | 10011110 | 10101010 | 101011 | 111 | 0 | 100001 | 10111110 | 11110 | 110100 |
Color Harmonies of #619EAA
Complementary color
Monochromatic Colors of #619EAA
Black with #619EAA
Text Example
Text Example
White with #619EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619EAA; }
p { color: rgb(97,158,170); }
H1.HeaderClassName
{
color: #619EAA;
}
.AnyTagClassName
{
color: #619EAA;
}
</style>
background-color css
<style>
a { background-color: #619EAA; }
a { background-color: rgb(97,158,170); }
div.DivClassName
{
background-color: #619EAA;
}
.BgClassName
{
background-color: #619EAA;
}
</style>
border-color css
<style>
span { border-color: #619EAA; }
span { border-color: rgb(97,158,170); }
td.TdClassName
{
border-color: #619EAA;
}
.TagClassName
{
border-color: #619EAA;
}
</style>