Shades of Cadet Blue #619BA9
Tints of Cadet Blue #619BA9
RGB
CMYK
RGB Variations
Color information
#619BA9 (or 0x619BA9) is known color: Cadet Blue. HEX triplet: 61, 9B and A9. RGB value is (97,155,169). Sum of RGB (Red+Green+Blue) = 97+155+169=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 169 - color contains mainly: blue. Hex color #619BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619BA9 is #9E6456. Grayscale: #8B8B8B. Windows color (decimal): -10380375 or 11115361. OLE color: 11115361.
HSL color Cylindrical-coordinate representation of color #619BA9: hue angle of 191.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #619BA9 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 155 | 169 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.34 |
| HSL | 191.67º | 0.3% | 0.52% | - |
| HSV(B) | 191.67º | 0.43% | 0.66% | - |
| XYZ | 23.81 | 28.85 | 41.85 | - |
| YUV | 139.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 169 | 0.43 | 0.08 | 0 | 0.34 | 191.67 | 0.3 | 0.52 |
| Hex | 61 | 9B | A9 | 2B | 8 | 0 | 22 | C0 | 1E | 34 |
| Octal | 141 | 233 | 251 | 53 | 10 | 0 | 42 | 300 | 36 | 64 |
| Binary | 1100001 | 10011011 | 10101001 | 101011 | 1000 | 0 | 100010 | 11000000 | 11110 | 110100 |
Color Harmonies of #619BA9
Complementary color
Monochromatic Colors of #619BA9
Black with #619BA9
Text Example
Text Example
White with #619BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619BA9; }
p { color: rgb(97,155,169); }
H1.HeaderClassName
{
color: #619BA9;
}
.AnyTagClassName
{
color: #619BA9;
}
</style>
background-color css
<style>
a { background-color: #619BA9; }
a { background-color: rgb(97,155,169); }
div.DivClassName
{
background-color: #619BA9;
}
.BgClassName
{
background-color: #619BA9;
}
</style>
border-color css
<style>
span { border-color: #619BA9; }
span { border-color: rgb(97,155,169); }
td.TdClassName
{
border-color: #619BA9;
}
.TagClassName
{
border-color: #619BA9;
}
</style>