Shades of Cadet Blue #619FAA
Tints of Cadet Blue #619FAA
RGB
CMYK
RGB Variations
Color information
#619FAA (or 0x619FAA) is known color: Cadet Blue. HEX triplet: 61, 9F and AA. RGB value is (97,159,170). Sum of RGB (Red+Green+Blue) = 97+159+170=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #619FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619FAA is #9E6055. Grayscale: #8D8D8D. Windows color (decimal): -10379350 or 11181921. OLE color: 11181921.
HSL color Cylindrical-coordinate representation of color #619FAA: hue angle of 189.04º 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 #619FAA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 159 | 170 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.33 |
| HSL | 189.04º | 0.3% | 0.52% | - |
| HSV(B) | 189.04º | 0.43% | 0.67% | - |
| XYZ | 24.58 | 30.24 | 42.57 | - |
| YUV | 141.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 170 | 0.43 | 0.06 | 0 | 0.33 | 189.04 | 0.3 | 0.52 |
| Hex | 61 | 9F | AA | 2B | 6 | 0 | 21 | BD | 1E | 34 |
| Octal | 141 | 237 | 252 | 53 | 6 | 0 | 41 | 275 | 36 | 64 |
| Binary | 1100001 | 10011111 | 10101010 | 101011 | 110 | 0 | 100001 | 10111101 | 11110 | 110100 |
Color Harmonies of #619FAA
Complementary color
Monochromatic Colors of #619FAA
Black with #619FAA
Text Example
Text Example
White with #619FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FAA; }
p { color: rgb(97,159,170); }
H1.HeaderClassName
{
color: #619FAA;
}
.AnyTagClassName
{
color: #619FAA;
}
</style>
background-color css
<style>
a { background-color: #619FAA; }
a { background-color: rgb(97,159,170); }
div.DivClassName
{
background-color: #619FAA;
}
.BgClassName
{
background-color: #619FAA;
}
</style>
border-color css
<style>
span { border-color: #619FAA; }
span { border-color: rgb(97,159,170); }
td.TdClassName
{
border-color: #619FAA;
}
.TagClassName
{
border-color: #619FAA;
}
</style>