Shades of Chetwode Blue #6572CC
Tints of Chetwode Blue #6572CC
RGB
CMYK
RGB Variations
Color information
#6572CC (or 0x6572CC) is known color: Chetwode Blue. HEX triplet: 65, 72 and CC. RGB value is (101,114,204). Sum of RGB (Red+Green+Blue) = 101+114+204=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #6572CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572CC is #9A8D33. Grayscale: #777777. Windows color (decimal): -10128692 or 13398629. OLE color: 13398629.
HSL color Cylindrical-coordinate representation of color #6572CC: hue angle of 232.43º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6572CC is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 114 | 204 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.2 |
| HSL | 232.43º | 0.5% | 0.6% | - |
| HSV(B) | 232.43º | 0.5% | 0.8% | - |
| XYZ | 22.28 | 19.16 | 59.65 | - |
| YUV | 120.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 204 | 0.50 | 0.44 | 0 | 0.2 | 232.43 | 0.5 | 0.6 |
| Hex | 65 | 72 | CC | 32 | 2C | 0 | 14 | E8 | 32 | 3C |
| Octal | 145 | 162 | 314 | 62 | 54 | 0 | 24 | 350 | 62 | 74 |
| Binary | 1100101 | 1110010 | 11001100 | 110010 | 101100 | 0 | 10100 | 11101000 | 110010 | 111100 |
Color Harmonies of #6572CC
Complementary color
Monochromatic Colors of #6572CC
Black with #6572CC
Text Example
Text Example
White with #6572CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6572CC; }
p { color: rgb(101,114,204); }
H1.HeaderClassName
{
color: #6572CC;
}
.AnyTagClassName
{
color: #6572CC;
}
</style>
background-color css
<style>
a { background-color: #6572CC; }
a { background-color: rgb(101,114,204); }
div.DivClassName
{
background-color: #6572CC;
}
.BgClassName
{
background-color: #6572CC;
}
</style>
border-color css
<style>
span { border-color: #6572CC; }
span { border-color: rgb(101,114,204); }
td.TdClassName
{
border-color: #6572CC;
}
.TagClassName
{
border-color: #6572CC;
}
</style>