Shades of Cadet Blue #619DA2
Tints of Cadet Blue #619DA2
RGB
CMYK
RGB Variations
Color information
#619DA2 (or 0x619DA2) is known color: Cadet Blue. HEX triplet: 61, 9D and A2. RGB value is (97,157,162). Sum of RGB (Red+Green+Blue) = 97+157+162=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 162 - color contains mainly: blue. Hex color #619DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619DA2 is #9E625D. Grayscale: #8B8B8B. Windows color (decimal): -10379870 or 10657121. OLE color: 10657121.
HSL color Cylindrical-coordinate representation of color #619DA2: hue angle of 184.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #619DA2 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 157 | 162 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.36 |
| HSL | 184.62º | 0.26% | 0.51% | - |
| HSV(B) | 184.62º | 0.4% | 0.64% | - |
| XYZ | 23.51 | 29.26 | 38.59 | - |
| YUV | 139.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 162 | 0.40 | 0.03 | 0 | 0.36 | 184.62 | 0.26 | 0.51 |
| Hex | 61 | 9D | A2 | 28 | 3 | 0 | 24 | B9 | 1A | 33 |
| Octal | 141 | 235 | 242 | 50 | 3 | 0 | 44 | 271 | 32 | 63 |
| Binary | 1100001 | 10011101 | 10100010 | 101000 | 11 | 0 | 100100 | 10111001 | 11010 | 110011 |
Color Harmonies of #619DA2
Complementary color
Monochromatic Colors of #619DA2
Black with #619DA2
Text Example
Text Example
White with #619DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619DA2; }
p { color: rgb(97,157,162); }
H1.HeaderClassName
{
color: #619DA2;
}
.AnyTagClassName
{
color: #619DA2;
}
</style>
background-color css
<style>
a { background-color: #619DA2; }
a { background-color: rgb(97,157,162); }
div.DivClassName
{
background-color: #619DA2;
}
.BgClassName
{
background-color: #619DA2;
}
</style>
border-color css
<style>
span { border-color: #619DA2; }
span { border-color: rgb(97,157,162); }
td.TdClassName
{
border-color: #619DA2;
}
.TagClassName
{
border-color: #619DA2;
}
</style>