Shades of Chetwode Blue #6566B6
Tints of Chetwode Blue #6566B6
RGB
CMYK
RGB Variations
Color information
#6566B6 (or 0x6566B6) is known color: Chetwode Blue. HEX triplet: 65, 66 and B6. RGB value is (101,102,182). Sum of RGB (Red+Green+Blue) = 101+102+182=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #6566B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6566B6 is #9A9949. Grayscale: #6E6E6E. Windows color (decimal): -10131786 or 11953765. OLE color: 11953765.
HSL color Cylindrical-coordinate representation of color #6566B6: hue angle of 239.26º 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 #6566B6 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 102 | 182 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.29 |
| HSL | 239.26º | 0.36% | 0.55% | - |
| HSV(B) | 239.26º | 0.45% | 0.71% | - |
| XYZ | 18.56 | 15.65 | 46.3 | - |
| YUV | 110.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 182 | 0.45 | 0.44 | 0 | 0.29 | 239.26 | 0.36 | 0.55 |
| Hex | 65 | 66 | B6 | 2D | 2C | 0 | 1D | EF | 24 | 37 |
| Octal | 145 | 146 | 266 | 55 | 54 | 0 | 35 | 357 | 44 | 67 |
| Binary | 1100101 | 1100110 | 10110110 | 101101 | 101100 | 0 | 11101 | 11101111 | 100100 | 110111 |
Color Harmonies of #6566B6
Complementary color
Monochromatic Colors of #6566B6
Black with #6566B6
Text Example
Text Example
White with #6566B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6566B6; }
p { color: rgb(101,102,182); }
H1.HeaderClassName
{
color: #6566B6;
}
.AnyTagClassName
{
color: #6566B6;
}
</style>
background-color css
<style>
a { background-color: #6566B6; }
a { background-color: rgb(101,102,182); }
div.DivClassName
{
background-color: #6566B6;
}
.BgClassName
{
background-color: #6566B6;
}
</style>
border-color css
<style>
span { border-color: #6566B6; }
span { border-color: rgb(101,102,182); }
td.TdClassName
{
border-color: #6566B6;
}
.TagClassName
{
border-color: #6566B6;
}
</style>