Shades of Chetwode Blue #6572B6
Tints of Chetwode Blue #6572B6
RGB
CMYK
RGB Variations
Color information
#6572B6 (or 0x6572B6) is known color: Chetwode Blue. HEX triplet: 65, 72 and B6. RGB value is (101,114,182). Sum of RGB (Red+Green+Blue) = 101+114+182=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #6572B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6572B6 is #9A8D49. Grayscale: #757575. Windows color (decimal): -10128714 or 11956837. OLE color: 11956837.
HSL color Cylindrical-coordinate representation of color #6572B6: hue angle of 230.37º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6572B6 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 114 | 182 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.29 |
| HSL | 230.37º | 0.36% | 0.55% | - |
| HSV(B) | 230.37º | 0.45% | 0.71% | - |
| XYZ | 19.83 | 18.18 | 46.72 | - |
| YUV | 117.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 182 | 0.45 | 0.37 | 0 | 0.29 | 230.37 | 0.36 | 0.55 |
| Hex | 65 | 72 | B6 | 2D | 25 | 0 | 1D | E6 | 24 | 37 |
| Octal | 145 | 162 | 266 | 55 | 45 | 0 | 35 | 346 | 44 | 67 |
| Binary | 1100101 | 1110010 | 10110110 | 101101 | 100101 | 0 | 11101 | 11100110 | 100100 | 110111 |
Color Harmonies of #6572B6
Complementary color
Monochromatic Colors of #6572B6
Black with #6572B6
Text Example
Text Example
White with #6572B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6572B6; }
p { color: rgb(101,114,182); }
H1.HeaderClassName
{
color: #6572B6;
}
.AnyTagClassName
{
color: #6572B6;
}
</style>
background-color css
<style>
a { background-color: #6572B6; }
a { background-color: rgb(101,114,182); }
div.DivClassName
{
background-color: #6572B6;
}
.BgClassName
{
background-color: #6572B6;
}
</style>
border-color css
<style>
span { border-color: #6572B6; }
span { border-color: rgb(101,114,182); }
td.TdClassName
{
border-color: #6572B6;
}
.TagClassName
{
border-color: #6572B6;
}
</style>