Shades of Cadet Blue #619A9D
Tints of Cadet Blue #619A9D
RGB
CMYK
RGB Variations
Color information
#619A9D (or 0x619A9D) is known color: Cadet Blue. HEX triplet: 61, 9A and 9D. RGB value is (97,154,157). Sum of RGB (Red+Green+Blue) = 97+154+157=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #619A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619A9D is #9E6562. Grayscale: #898989. Windows color (decimal): -10380643 or 10328673. OLE color: 10328673.
HSL color Cylindrical-coordinate representation of color #619A9D: hue angle of 183º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619A9D is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 154 | 157 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.38 |
| HSL | 183º | 0.24% | 0.5% | - |
| HSV(B) | 183º | 0.38% | 0.62% | - |
| XYZ | 22.57 | 28.09 | 36.13 | - |
| YUV | 137.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 157 | 0.38 | 0.02 | 0 | 0.38 | 183 | 0.24 | 0.5 |
| Hex | 61 | 9A | 9D | 26 | 2 | 0 | 26 | B7 | 18 | 32 |
| Octal | 141 | 232 | 235 | 46 | 2 | 0 | 46 | 267 | 30 | 62 |
| Binary | 1100001 | 10011010 | 10011101 | 100110 | 10 | 0 | 100110 | 10110111 | 11000 | 110010 |
Color Harmonies of #619A9D
Complementary color
Monochromatic Colors of #619A9D
Black with #619A9D
Text Example
Text Example
White with #619A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A9D; }
p { color: rgb(97,154,157); }
H1.HeaderClassName
{
color: #619A9D;
}
.AnyTagClassName
{
color: #619A9D;
}
</style>
background-color css
<style>
a { background-color: #619A9D; }
a { background-color: rgb(97,154,157); }
div.DivClassName
{
background-color: #619A9D;
}
.BgClassName
{
background-color: #619A9D;
}
</style>
border-color css
<style>
span { border-color: #619A9D; }
span { border-color: rgb(97,154,157); }
td.TdClassName
{
border-color: #619A9D;
}
.TagClassName
{
border-color: #619A9D;
}
</style>