Shades of Cadet Blue #61A6A3
Tints of Cadet Blue #61A6A3
RGB
CMYK
RGB Variations
Color information
#61A6A3 (or 0x61A6A3) is known color: Cadet Blue. HEX triplet: 61, A6 and A3. RGB value is (97,166,163). Sum of RGB (Red+Green+Blue) = 97+166+163=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #61A6A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A6A3 is #9E595C. Grayscale: #909090. Windows color (decimal): -10377565 or 10724961. OLE color: 10724961.
HSL color Cylindrical-coordinate representation of color #61A6A3: hue angle of 177.39º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A6A3 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 166 | 163 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.35 |
| HSL | 177.39º | 0.28% | 0.52% | - |
| HSV(B) | 177.39º | 0.42% | 0.65% | - |
| XYZ | 25.18 | 32.46 | 39.59 | - |
| YUV | 145.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 163 | 0.42 | 0 | 0.02 | 0.35 | 177.39 | 0.28 | 0.52 |
| Hex | 61 | A6 | A3 | 2A | 0 | 2 | 23 | B1 | 1C | 34 |
| Octal | 141 | 246 | 243 | 52 | 0 | 2 | 43 | 261 | 34 | 64 |
| Binary | 1100001 | 10100110 | 10100011 | 101010 | 0 | 10 | 100011 | 10110001 | 11100 | 110100 |
Color Harmonies of #61A6A3
Complementary color
Monochromatic Colors of #61A6A3
Black with #61A6A3
Text Example
Text Example
White with #61A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A6A3; }
p { color: rgb(97,166,163); }
H1.HeaderClassName
{
color: #61A6A3;
}
.AnyTagClassName
{
color: #61A6A3;
}
</style>
background-color css
<style>
a { background-color: #61A6A3; }
a { background-color: rgb(97,166,163); }
div.DivClassName
{
background-color: #61A6A3;
}
.BgClassName
{
background-color: #61A6A3;
}
</style>
border-color css
<style>
span { border-color: #61A6A3; }
span { border-color: rgb(97,166,163); }
td.TdClassName
{
border-color: #61A6A3;
}
.TagClassName
{
border-color: #61A6A3;
}
</style>