Shades of Chetwode Blue #6574B1
Tints of Chetwode Blue #6574B1
RGB
CMYK
RGB Variations
Color information
#6574B1 (or 0x6574B1) is known color: Chetwode Blue. HEX triplet: 65, 74 and B1. RGB value is (101,116,177). Sum of RGB (Red+Green+Blue) = 101+116+177=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 177 - color contains mainly: blue. Hex color #6574B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6574B1 is #9A8B4E. Grayscale: #767676. Windows color (decimal): -10128207 or 11629669. OLE color: 11629669.
HSL color Cylindrical-coordinate representation of color #6574B1: hue angle of 228.16º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6574B1 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 116 | 177 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.31 |
| HSL | 228.16º | 0.33% | 0.55% | - |
| HSV(B) | 228.16º | 0.43% | 0.69% | - |
| XYZ | 19.55 | 18.43 | 44.12 | - |
| YUV | 118.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 177 | 0.43 | 0.34 | 0 | 0.31 | 228.16 | 0.33 | 0.55 |
| Hex | 65 | 74 | B1 | 2B | 22 | 0 | 1F | E4 | 21 | 37 |
| Octal | 145 | 164 | 261 | 53 | 42 | 0 | 37 | 344 | 41 | 67 |
| Binary | 1100101 | 1110100 | 10110001 | 101011 | 100010 | 0 | 11111 | 11100100 | 100001 | 110111 |
Color Harmonies of #6574B1
Complementary color
Monochromatic Colors of #6574B1
Black with #6574B1
Text Example
Text Example
White with #6574B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574B1; }
p { color: rgb(101,116,177); }
H1.HeaderClassName
{
color: #6574B1;
}
.AnyTagClassName
{
color: #6574B1;
}
</style>
background-color css
<style>
a { background-color: #6574B1; }
a { background-color: rgb(101,116,177); }
div.DivClassName
{
background-color: #6574B1;
}
.BgClassName
{
background-color: #6574B1;
}
</style>
border-color css
<style>
span { border-color: #6574B1; }
span { border-color: rgb(101,116,177); }
td.TdClassName
{
border-color: #6574B1;
}
.TagClassName
{
border-color: #6574B1;
}
</style>