Shades of Chetwode Blue #6574BD
Tints of Chetwode Blue #6574BD
RGB
CMYK
RGB Variations
Color information
#6574BD (or 0x6574BD) is known color: Chetwode Blue. HEX triplet: 65, 74 and BD. RGB value is (101,116,189). Sum of RGB (Red+Green+Blue) = 101+116+189=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #6574BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6574BD is #9A8B42. Grayscale: #777777. Windows color (decimal): -10128195 or 12416101. OLE color: 12416101.
HSL color Cylindrical-coordinate representation of color #6574BD: hue angle of 229.77º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6574BD is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 116 | 189 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.26 |
| HSL | 229.77º | 0.4% | 0.57% | - |
| HSV(B) | 229.77º | 0.47% | 0.74% | - |
| XYZ | 20.8 | 18.93 | 50.7 | - |
| YUV | 119.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 189 | 0.47 | 0.39 | 0 | 0.26 | 229.77 | 0.4 | 0.57 |
| Hex | 65 | 74 | BD | 2F | 27 | 0 | 1A | E6 | 28 | 39 |
| Octal | 145 | 164 | 275 | 57 | 47 | 0 | 32 | 346 | 50 | 71 |
| Binary | 1100101 | 1110100 | 10111101 | 101111 | 100111 | 0 | 11010 | 11100110 | 101000 | 111001 |
Color Harmonies of #6574BD
Complementary color
Monochromatic Colors of #6574BD
Black with #6574BD
Text Example
Text Example
White with #6574BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574BD; }
p { color: rgb(101,116,189); }
H1.HeaderClassName
{
color: #6574BD;
}
.AnyTagClassName
{
color: #6574BD;
}
</style>
background-color css
<style>
a { background-color: #6574BD; }
a { background-color: rgb(101,116,189); }
div.DivClassName
{
background-color: #6574BD;
}
.BgClassName
{
background-color: #6574BD;
}
</style>
border-color css
<style>
span { border-color: #6574BD; }
span { border-color: rgb(101,116,189); }
td.TdClassName
{
border-color: #6574BD;
}
.TagClassName
{
border-color: #6574BD;
}
</style>