Shades of Cadet Blue #619B94
Tints of Cadet Blue #619B94
RGB
CMYK
RGB Variations
Color information
#619B94 (or 0x619B94) is known color: Cadet Blue. HEX triplet: 61, 9B and 94. RGB value is (97,155,148). Sum of RGB (Red+Green+Blue) = 97+155+148=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #619B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B94 is #9E646B. Grayscale: #888888. Windows color (decimal): -10380396 or 9739105. OLE color: 9739105.
HSL color Cylindrical-coordinate representation of color #619B94: hue angle of 172.76º 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 #619B94 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 148 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.39 |
| HSL | 172.76º | 0.23% | 0.49% | - |
| HSV(B) | 172.76º | 0.37% | 0.61% | - |
| XYZ | 22 | 28.12 | 32.29 | - |
| YUV | 136.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 148 | 0.37 | 0 | 0.05 | 0.39 | 172.76 | 0.23 | 0.49 |
| Hex | 61 | 9B | 94 | 25 | 0 | 5 | 27 | AD | 17 | 31 |
| Octal | 141 | 233 | 224 | 45 | 0 | 5 | 47 | 255 | 27 | 61 |
| Binary | 1100001 | 10011011 | 10010100 | 100101 | 0 | 101 | 100111 | 10101101 | 10111 | 110001 |
Color Harmonies of #619B94
Complementary color
Monochromatic Colors of #619B94
Black with #619B94
Text Example
Text Example
White with #619B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B94; }
p { color: rgb(97,155,148); }
H1.HeaderClassName
{
color: #619B94;
}
.AnyTagClassName
{
color: #619B94;
}
</style>
background-color css
<style>
a { background-color: #619B94; }
a { background-color: rgb(97,155,148); }
div.DivClassName
{
background-color: #619B94;
}
.BgClassName
{
background-color: #619B94;
}
</style>
border-color css
<style>
span { border-color: #619B94; }
span { border-color: rgb(97,155,148); }
td.TdClassName
{
border-color: #619B94;
}
.TagClassName
{
border-color: #619B94;
}
</style>