Shades of Cadet Blue #619EA1
Tints of Cadet Blue #619EA1
RGB
CMYK
RGB Variations
Color information
#619EA1 (or 0x619EA1) is known color: Cadet Blue. HEX triplet: 61, 9E and A1. RGB value is (97,158,161). Sum of RGB (Red+Green+Blue) = 97+158+161=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 161 - color contains mainly: blue. Hex color #619EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619EA1 is #9E615E. Grayscale: #8C8C8C. Windows color (decimal): -10379615 or 10591841. OLE color: 10591841.
HSL color Cylindrical-coordinate representation of color #619EA1: hue angle of 182.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #619EA1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 158 | 161 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.37 |
| HSL | 182.81º | 0.25% | 0.51% | - |
| HSV(B) | 182.81º | 0.4% | 0.63% | - |
| XYZ | 23.59 | 29.57 | 38.18 | - |
| YUV | 140.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 161 | 0.40 | 0.02 | 0 | 0.37 | 182.81 | 0.25 | 0.51 |
| Hex | 61 | 9E | A1 | 28 | 2 | 0 | 25 | B7 | 19 | 33 |
| Octal | 141 | 236 | 241 | 50 | 2 | 0 | 45 | 267 | 31 | 63 |
| Binary | 1100001 | 10011110 | 10100001 | 101000 | 10 | 0 | 100101 | 10110111 | 11001 | 110011 |
Color Harmonies of #619EA1
Complementary color
Monochromatic Colors of #619EA1
Black with #619EA1
Text Example
Text Example
White with #619EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619EA1; }
p { color: rgb(97,158,161); }
H1.HeaderClassName
{
color: #619EA1;
}
.AnyTagClassName
{
color: #619EA1;
}
</style>
background-color css
<style>
a { background-color: #619EA1; }
a { background-color: rgb(97,158,161); }
div.DivClassName
{
background-color: #619EA1;
}
.BgClassName
{
background-color: #619EA1;
}
</style>
border-color css
<style>
span { border-color: #619EA1; }
span { border-color: rgb(97,158,161); }
td.TdClassName
{
border-color: #619EA1;
}
.TagClassName
{
border-color: #619EA1;
}
</style>