Shades of Chetwode Blue #6074AA
Tints of Chetwode Blue #6074AA
RGB
CMYK
RGB Variations
Color information
#6074AA (or 0x6074AA) is known color: Chetwode Blue. HEX triplet: 60, 74 and AA. RGB value is (96,116,170). Sum of RGB (Red+Green+Blue) = 96+116+170=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #6074AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6074AA is #9F8B55. Grayscale: #737373. Windows color (decimal): -10455894 or 11170912. OLE color: 11170912.
HSL color Cylindrical-coordinate representation of color #6074AA: hue angle of 223.78º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6074AA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 116 | 170 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.33 |
| HSL | 223.78º | 0.3% | 0.52% | - |
| HSV(B) | 223.78º | 0.44% | 0.67% | - |
| XYZ | 18.32 | 17.88 | 40.52 | - |
| YUV | 116.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 116 | 170 | 0.44 | 0.32 | 0 | 0.33 | 223.78 | 0.3 | 0.52 |
| Hex | 60 | 74 | AA | 2C | 20 | 0 | 21 | E0 | 1E | 34 |
| Octal | 140 | 164 | 252 | 54 | 40 | 0 | 41 | 340 | 36 | 64 |
| Binary | 1100000 | 1110100 | 10101010 | 101100 | 100000 | 0 | 100001 | 11100000 | 11110 | 110100 |
Color Harmonies of #6074AA
Complementary color
Monochromatic Colors of #6074AA
Black with #6074AA
Text Example
Text Example
White with #6074AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6074AA; }
p { color: rgb(96,116,170); }
H1.HeaderClassName
{
color: #6074AA;
}
.AnyTagClassName
{
color: #6074AA;
}
</style>
background-color css
<style>
a { background-color: #6074AA; }
a { background-color: rgb(96,116,170); }
div.DivClassName
{
background-color: #6074AA;
}
.BgClassName
{
background-color: #6074AA;
}
</style>
border-color css
<style>
span { border-color: #6074AA; }
span { border-color: rgb(96,116,170); }
td.TdClassName
{
border-color: #6074AA;
}
.TagClassName
{
border-color: #6074AA;
}
</style>