Shades of Chetwode Blue #6566BD
Tints of Chetwode Blue #6566BD
RGB
CMYK
RGB Variations
Color information
#6566BD (or 0x6566BD) is known color: Chetwode Blue. HEX triplet: 65, 66 and BD. RGB value is (101,102,189). Sum of RGB (Red+Green+Blue) = 101+102+189=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #6566BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6566BD is #9A9942. Grayscale: #6F6F6F. Windows color (decimal): -10131779 or 12412517. OLE color: 12412517.
HSL color Cylindrical-coordinate representation of color #6566BD: hue angle of 239.32º 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 #6566BD is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 102 | 189 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.26 |
| HSL | 239.32º | 0.4% | 0.57% | - |
| HSV(B) | 239.32º | 0.47% | 0.74% | - |
| XYZ | 19.3 | 15.94 | 50.2 | - |
| YUV | 111.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 189 | 0.47 | 0.46 | 0 | 0.26 | 239.32 | 0.4 | 0.57 |
| Hex | 65 | 66 | BD | 2F | 2E | 0 | 1A | EF | 28 | 39 |
| Octal | 145 | 146 | 275 | 57 | 56 | 0 | 32 | 357 | 50 | 71 |
| Binary | 1100101 | 1100110 | 10111101 | 101111 | 101110 | 0 | 11010 | 11101111 | 101000 | 111001 |
Color Harmonies of #6566BD
Complementary color
Monochromatic Colors of #6566BD
Black with #6566BD
Text Example
Text Example
White with #6566BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6566BD; }
p { color: rgb(101,102,189); }
H1.HeaderClassName
{
color: #6566BD;
}
.AnyTagClassName
{
color: #6566BD;
}
</style>
background-color css
<style>
a { background-color: #6566BD; }
a { background-color: rgb(101,102,189); }
div.DivClassName
{
background-color: #6566BD;
}
.BgClassName
{
background-color: #6566BD;
}
</style>
border-color css
<style>
span { border-color: #6566BD; }
span { border-color: rgb(101,102,189); }
td.TdClassName
{
border-color: #6566BD;
}
.TagClassName
{
border-color: #6566BD;
}
</style>