Shades of Chetwode Blue #6574A7
Tints of Chetwode Blue #6574A7
RGB
CMYK
RGB Variations
Color information
#6574A7 (or 0x6574A7) is known color: Chetwode Blue. HEX triplet: 65, 74 and A7. RGB value is (101,116,167). Sum of RGB (Red+Green+Blue) = 101+116+167=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 167 - color contains mainly: blue. Hex color #6574A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6574A7 is #9A8B58. Grayscale: #757575. Windows color (decimal): -10128217 or 10974309. OLE color: 10974309.
HSL color Cylindrical-coordinate representation of color #6574A7: hue angle of 226.36º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6574A7 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 116 | 167 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.35 |
| HSL | 226.36º | 0.27% | 0.53% | - |
| HSV(B) | 226.36º | 0.4% | 0.65% | - |
| XYZ | 18.59 | 18.05 | 39.06 | - |
| YUV | 117.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 167 | 0.40 | 0.31 | 0 | 0.35 | 226.36 | 0.27 | 0.53 |
| Hex | 65 | 74 | A7 | 28 | 1F | 0 | 23 | E2 | 1B | 35 |
| Octal | 145 | 164 | 247 | 50 | 37 | 0 | 43 | 342 | 33 | 65 |
| Binary | 1100101 | 1110100 | 10100111 | 101000 | 11111 | 0 | 100011 | 11100010 | 11011 | 110101 |
Color Harmonies of #6574A7
Complementary color
Monochromatic Colors of #6574A7
Black with #6574A7
Text Example
Text Example
White with #6574A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574A7; }
p { color: rgb(101,116,167); }
H1.HeaderClassName
{
color: #6574A7;
}
.AnyTagClassName
{
color: #6574A7;
}
</style>
background-color css
<style>
a { background-color: #6574A7; }
a { background-color: rgb(101,116,167); }
div.DivClassName
{
background-color: #6574A7;
}
.BgClassName
{
background-color: #6574A7;
}
</style>
border-color css
<style>
span { border-color: #6574A7; }
span { border-color: rgb(101,116,167); }
td.TdClassName
{
border-color: #6574A7;
}
.TagClassName
{
border-color: #6574A7;
}
</style>