Shades of Cadet Blue #619D93
Tints of Cadet Blue #619D93
RGB
CMYK
RGB Variations
Color information
#619D93 (or 0x619D93) is known color: Cadet Blue. HEX triplet: 61, 9D and 93. RGB value is (97,157,147). Sum of RGB (Red+Green+Blue) = 97+157+147=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #619D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619D93 is #9E626C. Grayscale: #898989. Windows color (decimal): -10379885 or 9674081. OLE color: 9674081.
HSL color Cylindrical-coordinate representation of color #619D93: hue angle of 170º 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 #619D93 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 147 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.38 |
| HSL | 170º | 0.24% | 0.5% | - |
| HSV(B) | 170º | 0.38% | 0.62% | - |
| XYZ | 22.25 | 28.76 | 31.98 | - |
| YUV | 137.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 147 | 0.38 | 0 | 0.06 | 0.38 | 170 | 0.24 | 0.5 |
| Hex | 61 | 9D | 93 | 26 | 0 | 6 | 26 | AA | 18 | 32 |
| Octal | 141 | 235 | 223 | 46 | 0 | 6 | 46 | 252 | 30 | 62 |
| Binary | 1100001 | 10011101 | 10010011 | 100110 | 0 | 110 | 100110 | 10101010 | 11000 | 110010 |
Color Harmonies of #619D93
Complementary color
Monochromatic Colors of #619D93
Black with #619D93
Text Example
Text Example
White with #619D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D93; }
p { color: rgb(97,157,147); }
H1.HeaderClassName
{
color: #619D93;
}
.AnyTagClassName
{
color: #619D93;
}
</style>
background-color css
<style>
a { background-color: #619D93; }
a { background-color: rgb(97,157,147); }
div.DivClassName
{
background-color: #619D93;
}
.BgClassName
{
background-color: #619D93;
}
</style>
border-color css
<style>
span { border-color: #619D93; }
span { border-color: rgb(97,157,147); }
td.TdClassName
{
border-color: #619D93;
}
.TagClassName
{
border-color: #619D93;
}
</style>