Shades of Cadet Blue #619B9A
Tints of Cadet Blue #619B9A
RGB
CMYK
RGB Variations
Color information
#619B9A (or 0x619B9A) is known color: Cadet Blue. HEX triplet: 61, 9B and 9A. RGB value is (97,155,154). Sum of RGB (Red+Green+Blue) = 97+155+154=406 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.89% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #619B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B9A is #9E6465. Grayscale: #898989. Windows color (decimal): -10380390 or 10132321. OLE color: 10132321.
HSL color Cylindrical-coordinate representation of color #619B9A: hue angle of 178.97º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B9A is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 154 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.39 |
| HSL | 178.97º | 0.23% | 0.49% | - |
| HSV(B) | 178.97º | 0.37% | 0.61% | - |
| XYZ | 22.48 | 28.32 | 34.85 | - |
| YUV | 137.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 154 | 0.37 | 0 | 0.01 | 0.39 | 178.97 | 0.23 | 0.49 |
| Hex | 61 | 9B | 9A | 25 | 0 | 1 | 27 | B3 | 17 | 31 |
| Octal | 141 | 233 | 232 | 45 | 0 | 1 | 47 | 263 | 27 | 61 |
| Binary | 1100001 | 10011011 | 10011010 | 100101 | 0 | 1 | 100111 | 10110011 | 10111 | 110001 |
Color Harmonies of #619B9A
Complementary color
Monochromatic Colors of #619B9A
Black with #619B9A
Text Example
Text Example
White with #619B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B9A; }
p { color: rgb(97,155,154); }
H1.HeaderClassName
{
color: #619B9A;
}
.AnyTagClassName
{
color: #619B9A;
}
</style>
background-color css
<style>
a { background-color: #619B9A; }
a { background-color: rgb(97,155,154); }
div.DivClassName
{
background-color: #619B9A;
}
.BgClassName
{
background-color: #619B9A;
}
</style>
border-color css
<style>
span { border-color: #619B9A; }
span { border-color: rgb(97,155,154); }
td.TdClassName
{
border-color: #619B9A;
}
.TagClassName
{
border-color: #619B9A;
}
</style>