Shades of Cadet Blue #619FA1
Tints of Cadet Blue #619FA1
RGB
CMYK
RGB Variations
Color information
#619FA1 (or 0x619FA1) is known color: Cadet Blue. HEX triplet: 61, 9F and A1. RGB value is (97,159,161). Sum of RGB (Red+Green+Blue) = 97+159+161=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: blue. Hex color #619FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619FA1 is #9E605E. Grayscale: #8C8C8C. Windows color (decimal): -10379359 or 10592097. OLE color: 10592097.
HSL color Cylindrical-coordinate representation of color #619FA1: hue angle of 181.88º 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 #619FA1 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 159 | 161 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.37 |
| HSL | 181.88º | 0.25% | 0.51% | - |
| HSV(B) | 181.88º | 0.4% | 0.63% | - |
| XYZ | 23.76 | 29.91 | 38.24 | - |
| YUV | 140.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 161 | 0.40 | 0.01 | 0 | 0.37 | 181.88 | 0.25 | 0.51 |
| Hex | 61 | 9F | A1 | 28 | 1 | 0 | 25 | B6 | 19 | 33 |
| Octal | 141 | 237 | 241 | 50 | 1 | 0 | 45 | 266 | 31 | 63 |
| Binary | 1100001 | 10011111 | 10100001 | 101000 | 1 | 0 | 100101 | 10110110 | 11001 | 110011 |
Color Harmonies of #619FA1
Complementary color
Monochromatic Colors of #619FA1
Black with #619FA1
Text Example
Text Example
White with #619FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FA1; }
p { color: rgb(97,159,161); }
H1.HeaderClassName
{
color: #619FA1;
}
.AnyTagClassName
{
color: #619FA1;
}
</style>
background-color css
<style>
a { background-color: #619FA1; }
a { background-color: rgb(97,159,161); }
div.DivClassName
{
background-color: #619FA1;
}
.BgClassName
{
background-color: #619FA1;
}
</style>
border-color css
<style>
span { border-color: #619FA1; }
span { border-color: rgb(97,159,161); }
td.TdClassName
{
border-color: #619FA1;
}
.TagClassName
{
border-color: #619FA1;
}
</style>