Shades of Chetwode Blue #6075AC
Tints of Chetwode Blue #6075AC
RGB
CMYK
RGB Variations
Color information
#6075AC (or 0x6075AC) is known color: Chetwode Blue. HEX triplet: 60, 75 and AC. RGB value is (96,117,172). Sum of RGB (Red+Green+Blue) = 96+117+172=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #6075AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6075AC is #9F8A53. Grayscale: #747474. Windows color (decimal): -10455636 or 11302240. OLE color: 11302240.
HSL color Cylindrical-coordinate representation of color #6075AC: hue angle of 223.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6075AC is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 117 | 172 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.33 |
| HSL | 223.42º | 0.31% | 0.53% | - |
| HSV(B) | 223.42º | 0.44% | 0.67% | - |
| XYZ | 18.63 | 18.19 | 41.56 | - |
| YUV | 116.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 172 | 0.44 | 0.32 | 0 | 0.33 | 223.42 | 0.31 | 0.53 |
| Hex | 60 | 75 | AC | 2C | 20 | 0 | 21 | DF | 1F | 35 |
| Octal | 140 | 165 | 254 | 54 | 40 | 0 | 41 | 337 | 37 | 65 |
| Binary | 1100000 | 1110101 | 10101100 | 101100 | 100000 | 0 | 100001 | 11011111 | 11111 | 110101 |
Color Harmonies of #6075AC
Complementary color
Monochromatic Colors of #6075AC
Black with #6075AC
Text Example
Text Example
White with #6075AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6075AC; }
p { color: rgb(96,117,172); }
H1.HeaderClassName
{
color: #6075AC;
}
.AnyTagClassName
{
color: #6075AC;
}
</style>
background-color css
<style>
a { background-color: #6075AC; }
a { background-color: rgb(96,117,172); }
div.DivClassName
{
background-color: #6075AC;
}
.BgClassName
{
background-color: #6075AC;
}
</style>
border-color css
<style>
span { border-color: #6075AC; }
span { border-color: rgb(96,117,172); }
td.TdClassName
{
border-color: #6075AC;
}
.TagClassName
{
border-color: #6075AC;
}
</style>