Shades of Cadet Blue #619B93
Tints of Cadet Blue #619B93
RGB
CMYK
RGB Variations
Color information
#619B93 (or 0x619B93) is known color: Cadet Blue. HEX triplet: 61, 9B and 93. RGB value is (97,155,147). Sum of RGB (Red+Green+Blue) = 97+155+147=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #619B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B93 is #9E646C. Grayscale: #888888. Windows color (decimal): -10380397 or 9673569. OLE color: 9673569.
HSL color Cylindrical-coordinate representation of color #619B93: hue angle of 171.72º 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 #619B93 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 147 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.39 |
| HSL | 171.72º | 0.23% | 0.49% | - |
| HSV(B) | 171.72º | 0.37% | 0.61% | - |
| XYZ | 21.92 | 28.09 | 31.87 | - |
| YUV | 136.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 147 | 0.37 | 0 | 0.05 | 0.39 | 171.72 | 0.23 | 0.49 |
| Hex | 61 | 9B | 93 | 25 | 0 | 5 | 27 | AC | 17 | 31 |
| Octal | 141 | 233 | 223 | 45 | 0 | 5 | 47 | 254 | 27 | 61 |
| Binary | 1100001 | 10011011 | 10010011 | 100101 | 0 | 101 | 100111 | 10101100 | 10111 | 110001 |
Color Harmonies of #619B93
Complementary color
Monochromatic Colors of #619B93
Black with #619B93
Text Example
Text Example
White with #619B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B93; }
p { color: rgb(97,155,147); }
H1.HeaderClassName
{
color: #619B93;
}
.AnyTagClassName
{
color: #619B93;
}
</style>
background-color css
<style>
a { background-color: #619B93; }
a { background-color: rgb(97,155,147); }
div.DivClassName
{
background-color: #619B93;
}
.BgClassName
{
background-color: #619B93;
}
</style>
border-color css
<style>
span { border-color: #619B93; }
span { border-color: rgb(97,155,147); }
td.TdClassName
{
border-color: #619B93;
}
.TagClassName
{
border-color: #619B93;
}
</style>