Shades of Cadet Blue #6195A3
Tints of Cadet Blue #6195A3
RGB
CMYK
RGB Variations
Color information
#6195A3 (or 0x6195A3) is known color: Cadet Blue. HEX triplet: 61, 95 and A3. RGB value is (97,149,163). Sum of RGB (Red+Green+Blue) = 97+149+163=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 163 - color contains mainly: blue. Hex color #6195A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6195A3 is #9E6A5C. Grayscale: #868686. Windows color (decimal): -10381917 or 10720609. OLE color: 10720609.
HSL color Cylindrical-coordinate representation of color #6195A3: hue angle of 192.73º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6195A3 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 149 | 163 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.36 |
| HSL | 192.73º | 0.26% | 0.51% | - |
| HSV(B) | 192.73º | 0.4% | 0.64% | - |
| XYZ | 22.29 | 26.68 | 38.63 | - |
| YUV | 135.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 163 | 0.40 | 0.09 | 0 | 0.36 | 192.73 | 0.26 | 0.51 |
| Hex | 61 | 95 | A3 | 28 | 9 | 0 | 24 | C1 | 1A | 33 |
| Octal | 141 | 225 | 243 | 50 | 11 | 0 | 44 | 301 | 32 | 63 |
| Binary | 1100001 | 10010101 | 10100011 | 101000 | 1001 | 0 | 100100 | 11000001 | 11010 | 110011 |
Color Harmonies of #6195A3
Complementary color
Monochromatic Colors of #6195A3
Black with #6195A3
Text Example
Text Example
White with #6195A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6195A3; }
p { color: rgb(97,149,163); }
H1.HeaderClassName
{
color: #6195A3;
}
.AnyTagClassName
{
color: #6195A3;
}
</style>
background-color css
<style>
a { background-color: #6195A3; }
a { background-color: rgb(97,149,163); }
div.DivClassName
{
background-color: #6195A3;
}
.BgClassName
{
background-color: #6195A3;
}
</style>
border-color css
<style>
span { border-color: #6195A3; }
span { border-color: rgb(97,149,163); }
td.TdClassName
{
border-color: #6195A3;
}
.TagClassName
{
border-color: #6195A3;
}
</style>