Shades of Cadet Blue #619A92
Tints of Cadet Blue #619A92
RGB
CMYK
RGB Variations
Color information
#619A92 (or 0x619A92) is known color: Cadet Blue. HEX triplet: 61, 9A and 92. RGB value is (97,154,146). Sum of RGB (Red+Green+Blue) = 97+154+146=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 154 - color contains mainly: green. Hex color #619A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619A92 is #9E656D. Grayscale: #888888. Windows color (decimal): -10380654 or 9607777. OLE color: 9607777.
HSL color Cylindrical-coordinate representation of color #619A92: hue angle of 171.58º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619A92 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 146 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.40 |
| HSL | 171.58º | 0.23% | 0.49% | - |
| HSV(B) | 171.58º | 0.37% | 0.6% | - |
| XYZ | 21.67 | 27.73 | 31.4 | - |
| YUV | 136.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 146 | 0.37 | 0 | 0.05 | 0.40 | 171.58 | 0.23 | 0.49 |
| Hex | 61 | 9A | 92 | 25 | 0 | 5 | 28 | AC | 17 | 31 |
| Octal | 141 | 232 | 222 | 45 | 0 | 5 | 50 | 254 | 27 | 61 |
| Binary | 1100001 | 10011010 | 10010010 | 100101 | 0 | 101 | 101000 | 10101100 | 10111 | 110001 |
Color Harmonies of #619A92
Complementary color
Monochromatic Colors of #619A92
Black with #619A92
Text Example
Text Example
White with #619A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A92; }
p { color: rgb(97,154,146); }
H1.HeaderClassName
{
color: #619A92;
}
.AnyTagClassName
{
color: #619A92;
}
</style>
background-color css
<style>
a { background-color: #619A92; }
a { background-color: rgb(97,154,146); }
div.DivClassName
{
background-color: #619A92;
}
.BgClassName
{
background-color: #619A92;
}
</style>
border-color css
<style>
span { border-color: #619A92; }
span { border-color: rgb(97,154,146); }
td.TdClassName
{
border-color: #619A92;
}
.TagClassName
{
border-color: #619A92;
}
</style>