Shades of Cadet Blue #619EA4
Tints of Cadet Blue #619EA4
RGB
CMYK
RGB Variations
Color information
#619EA4 (or 0x619EA4) is known color: Cadet Blue. HEX triplet: 61, 9E and A4. RGB value is (97,158,164). Sum of RGB (Red+Green+Blue) = 97+158+164=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 158 (62.11% from 255 or 37.71% 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 #619EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619EA4 is #9E615B. Grayscale: #8C8C8C. Windows color (decimal): -10379612 or 10788449. OLE color: 10788449.
HSL color Cylindrical-coordinate representation of color #619EA4: hue angle of 185.37º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #619EA4 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 158 | 164 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.36 |
| HSL | 185.37º | 0.27% | 0.51% | - |
| HSV(B) | 185.37º | 0.41% | 0.64% | - |
| XYZ | 23.86 | 29.68 | 39.59 | - |
| YUV | 140.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 164 | 0.41 | 0.04 | 0 | 0.36 | 185.37 | 0.27 | 0.51 |
| Hex | 61 | 9E | A4 | 29 | 4 | 0 | 24 | B9 | 1B | 33 |
| Octal | 141 | 236 | 244 | 51 | 4 | 0 | 44 | 271 | 33 | 63 |
| Binary | 1100001 | 10011110 | 10100100 | 101001 | 100 | 0 | 100100 | 10111001 | 11011 | 110011 |
Color Harmonies of #619EA4
Complementary color
Monochromatic Colors of #619EA4
Black with #619EA4
Text Example
Text Example
White with #619EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619EA4; }
p { color: rgb(97,158,164); }
H1.HeaderClassName
{
color: #619EA4;
}
.AnyTagClassName
{
color: #619EA4;
}
</style>
background-color css
<style>
a { background-color: #619EA4; }
a { background-color: rgb(97,158,164); }
div.DivClassName
{
background-color: #619EA4;
}
.BgClassName
{
background-color: #619EA4;
}
</style>
border-color css
<style>
span { border-color: #619EA4; }
span { border-color: rgb(97,158,164); }
td.TdClassName
{
border-color: #619EA4;
}
.TagClassName
{
border-color: #619EA4;
}
</style>