Shades of Chetwode Blue #6574D5
Tints of Chetwode Blue #6574D5
RGB
CMYK
RGB Variations
Color information
#6574D5 (or 0x6574D5) is known color: Chetwode Blue. HEX triplet: 65, 74 and D5. RGB value is (101,116,213). Sum of RGB (Red+Green+Blue) = 101+116+213=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #6574D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6574D5 is #9A8B2A. Grayscale: #7A7A7A. Windows color (decimal): -10128171 or 13988965. OLE color: 13988965.
HSL color Cylindrical-coordinate representation of color #6574D5: hue angle of 231.96º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6574D5 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 116 | 213 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.16 |
| HSL | 231.96º | 0.57% | 0.62% | - |
| HSV(B) | 231.96º | 0.53% | 0.84% | - |
| XYZ | 23.62 | 20.06 | 65.58 | - |
| YUV | 122.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 213 | 0.53 | 0.46 | 0 | 0.16 | 231.96 | 0.57 | 0.62 |
| Hex | 65 | 74 | D5 | 35 | 2E | 0 | 10 | E8 | 39 | 3E |
| Octal | 145 | 164 | 325 | 65 | 56 | 0 | 20 | 350 | 71 | 76 |
| Binary | 1100101 | 1110100 | 11010101 | 110101 | 101110 | 0 | 10000 | 11101000 | 111001 | 111110 |
Color Harmonies of #6574D5
Complementary color
Monochromatic Colors of #6574D5
Black with #6574D5
Text Example
Text Example
White with #6574D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574D5; }
p { color: rgb(101,116,213); }
H1.HeaderClassName
{
color: #6574D5;
}
.AnyTagClassName
{
color: #6574D5;
}
</style>
background-color css
<style>
a { background-color: #6574D5; }
a { background-color: rgb(101,116,213); }
div.DivClassName
{
background-color: #6574D5;
}
.BgClassName
{
background-color: #6574D5;
}
</style>
border-color css
<style>
span { border-color: #6574D5; }
span { border-color: rgb(101,116,213); }
td.TdClassName
{
border-color: #6574D5;
}
.TagClassName
{
border-color: #6574D5;
}
</style>