Shades of Cadet Blue #619DA1
Tints of Cadet Blue #619DA1
RGB
CMYK
RGB Variations
Color information
#619DA1 (or 0x619DA1) is known color: Cadet Blue. HEX triplet: 61, 9D and A1. RGB value is (97,157,161). Sum of RGB (Red+Green+Blue) = 97+157+161=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 161 - color contains mainly: blue. Hex color #619DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619DA1 is #9E625E. Grayscale: #8B8B8B. Windows color (decimal): -10379871 or 10591585. OLE color: 10591585.
HSL color Cylindrical-coordinate representation of color #619DA1: hue angle of 183.75º 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 #619DA1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 157 | 161 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.37 |
| HSL | 183.75º | 0.25% | 0.51% | - |
| HSV(B) | 183.75º | 0.4% | 0.63% | - |
| XYZ | 23.42 | 29.23 | 38.13 | - |
| YUV | 139.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 161 | 0.40 | 0.02 | 0 | 0.37 | 183.75 | 0.25 | 0.51 |
| Hex | 61 | 9D | A1 | 28 | 2 | 0 | 25 | B8 | 19 | 33 |
| Octal | 141 | 235 | 241 | 50 | 2 | 0 | 45 | 270 | 31 | 63 |
| Binary | 1100001 | 10011101 | 10100001 | 101000 | 10 | 0 | 100101 | 10111000 | 11001 | 110011 |
Color Harmonies of #619DA1
Complementary color
Monochromatic Colors of #619DA1
Black with #619DA1
Text Example
Text Example
White with #619DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619DA1; }
p { color: rgb(97,157,161); }
H1.HeaderClassName
{
color: #619DA1;
}
.AnyTagClassName
{
color: #619DA1;
}
</style>
background-color css
<style>
a { background-color: #619DA1; }
a { background-color: rgb(97,157,161); }
div.DivClassName
{
background-color: #619DA1;
}
.BgClassName
{
background-color: #619DA1;
}
</style>
border-color css
<style>
span { border-color: #619DA1; }
span { border-color: rgb(97,157,161); }
td.TdClassName
{
border-color: #619DA1;
}
.TagClassName
{
border-color: #619DA1;
}
</style>