Shades of Chetwode Blue #6566AC
Tints of Chetwode Blue #6566AC
RGB
CMYK
RGB Variations
Color information
#6566AC (or 0x6566AC) is known color: Chetwode Blue. HEX triplet: 65, 66 and AC. RGB value is (101,102,172). Sum of RGB (Red+Green+Blue) = 101+102+172=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #6566AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6566AC is #9A9953. Grayscale: #6D6D6D. Windows color (decimal): -10131796 or 11298405. OLE color: 11298405.
HSL color Cylindrical-coordinate representation of color #6566AC: hue angle of 239.15º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6566AC is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 102 | 172 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.33 |
| HSL | 239.15º | 0.3% | 0.54% | - |
| HSV(B) | 239.15º | 0.41% | 0.67% | - |
| XYZ | 17.56 | 15.25 | 41.05 | - |
| YUV | 109.68 | 163.17 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 172 | 0.41 | 0.41 | 0 | 0.33 | 239.15 | 0.3 | 0.54 |
| Hex | 65 | 66 | AC | 29 | 29 | 0 | 21 | EF | 1E | 36 |
| Octal | 145 | 146 | 254 | 51 | 51 | 0 | 41 | 357 | 36 | 66 |
| Binary | 1100101 | 1100110 | 10101100 | 101001 | 101001 | 0 | 100001 | 11101111 | 11110 | 110110 |
Color Harmonies of #6566AC
Complementary color
Monochromatic Colors of #6566AC
Black with #6566AC
Text Example
Text Example
White with #6566AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6566AC; }
p { color: rgb(101,102,172); }
H1.HeaderClassName
{
color: #6566AC;
}
.AnyTagClassName
{
color: #6566AC;
}
</style>
background-color css
<style>
a { background-color: #6566AC; }
a { background-color: rgb(101,102,172); }
div.DivClassName
{
background-color: #6566AC;
}
.BgClassName
{
background-color: #6566AC;
}
</style>
border-color css
<style>
span { border-color: #6566AC; }
span { border-color: rgb(101,102,172); }
td.TdClassName
{
border-color: #6566AC;
}
.TagClassName
{
border-color: #6566AC;
}
</style>