Shades of Chetwode Blue #6574CF
Tints of Chetwode Blue #6574CF
RGB
CMYK
RGB Variations
Color information
#6574CF (or 0x6574CF) is known color: Chetwode Blue. HEX triplet: 65, 74 and CF. RGB value is (101,116,207). Sum of RGB (Red+Green+Blue) = 101+116+207=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #6574CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6574CF is #9A8B30. Grayscale: #797979. Windows color (decimal): -10128177 or 13595749. OLE color: 13595749.
HSL color Cylindrical-coordinate representation of color #6574CF: hue angle of 231.51º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6574CF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 116 | 207 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.19 |
| HSL | 231.51º | 0.52% | 0.6% | - |
| HSV(B) | 231.51º | 0.51% | 0.81% | - |
| XYZ | 22.87 | 19.76 | 61.64 | - |
| YUV | 121.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 207 | 0.51 | 0.44 | 0 | 0.19 | 231.51 | 0.52 | 0.6 |
| Hex | 65 | 74 | CF | 33 | 2C | 0 | 13 | E8 | 34 | 3C |
| Octal | 145 | 164 | 317 | 63 | 54 | 0 | 23 | 350 | 64 | 74 |
| Binary | 1100101 | 1110100 | 11001111 | 110011 | 101100 | 0 | 10011 | 11101000 | 110100 | 111100 |
Color Harmonies of #6574CF
Complementary color
Monochromatic Colors of #6574CF
Black with #6574CF
Text Example
Text Example
White with #6574CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6574CF; }
p { color: rgb(101,116,207); }
H1.HeaderClassName
{
color: #6574CF;
}
.AnyTagClassName
{
color: #6574CF;
}
</style>
background-color css
<style>
a { background-color: #6574CF; }
a { background-color: rgb(101,116,207); }
div.DivClassName
{
background-color: #6574CF;
}
.BgClassName
{
background-color: #6574CF;
}
</style>
border-color css
<style>
span { border-color: #6574CF; }
span { border-color: rgb(101,116,207); }
td.TdClassName
{
border-color: #6574CF;
}
.TagClassName
{
border-color: #6574CF;
}
</style>