Shades of Chetwode Blue #6175AB
Tints of Chetwode Blue #6175AB
RGB
CMYK
RGB Variations
Color information
#6175AB (or 0x6175AB) is known color: Chetwode Blue. HEX triplet: 61, 75 and AB. RGB value is (97,117,171). Sum of RGB (Red+Green+Blue) = 97+117+171=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #6175AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6175AB is #9E8A54. Grayscale: #747474. Windows color (decimal): -10390101 or 11236705. OLE color: 11236705.
HSL color Cylindrical-coordinate representation of color #6175AB: hue angle of 223.78º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6175AB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 117 | 171 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.33 |
| HSL | 223.78º | 0.31% | 0.53% | - |
| HSV(B) | 223.78º | 0.43% | 0.67% | - |
| XYZ | 18.64 | 18.2 | 41.06 | - |
| YUV | 117.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 171 | 0.43 | 0.32 | 0 | 0.33 | 223.78 | 0.31 | 0.53 |
| Hex | 61 | 75 | AB | 2B | 20 | 0 | 21 | E0 | 1F | 35 |
| Octal | 141 | 165 | 253 | 53 | 40 | 0 | 41 | 340 | 37 | 65 |
| Binary | 1100001 | 1110101 | 10101011 | 101011 | 100000 | 0 | 100001 | 11100000 | 11111 | 110101 |
Color Harmonies of #6175AB
Complementary color
Monochromatic Colors of #6175AB
Black with #6175AB
Text Example
Text Example
White with #6175AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6175AB; }
p { color: rgb(97,117,171); }
H1.HeaderClassName
{
color: #6175AB;
}
.AnyTagClassName
{
color: #6175AB;
}
</style>
background-color css
<style>
a { background-color: #6175AB; }
a { background-color: rgb(97,117,171); }
div.DivClassName
{
background-color: #6175AB;
}
.BgClassName
{
background-color: #6175AB;
}
</style>
border-color css
<style>
span { border-color: #6175AB; }
span { border-color: rgb(97,117,171); }
td.TdClassName
{
border-color: #6175AB;
}
.TagClassName
{
border-color: #6175AB;
}
</style>