Shades of Chetwode Blue #6569BC
Tints of Chetwode Blue #6569BC
RGB
CMYK
RGB Variations
Color information
#6569BC (or 0x6569BC) is known color: Chetwode Blue. HEX triplet: 65, 69 and BC. RGB value is (101,105,188). Sum of RGB (Red+Green+Blue) = 101+105+188=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #6569BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6569BC is #9A9643. Grayscale: #707070. Windows color (decimal): -10131012 or 12347749. OLE color: 12347749.
HSL color Cylindrical-coordinate representation of color #6569BC: hue angle of 237.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6569BC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 105 | 188 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.26 |
| HSL | 237.24º | 0.39% | 0.57% | - |
| HSV(B) | 237.24º | 0.46% | 0.74% | - |
| XYZ | 19.5 | 16.5 | 49.73 | - |
| YUV | 113.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 188 | 0.46 | 0.44 | 0 | 0.26 | 237.24 | 0.39 | 0.57 |
| Hex | 65 | 69 | BC | 2E | 2C | 0 | 1A | ED | 27 | 39 |
| Octal | 145 | 151 | 274 | 56 | 54 | 0 | 32 | 355 | 47 | 71 |
| Binary | 1100101 | 1101001 | 10111100 | 101110 | 101100 | 0 | 11010 | 11101101 | 100111 | 111001 |
Color Harmonies of #6569BC
Complementary color
Monochromatic Colors of #6569BC
Black with #6569BC
Text Example
Text Example
White with #6569BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6569BC; }
p { color: rgb(101,105,188); }
H1.HeaderClassName
{
color: #6569BC;
}
.AnyTagClassName
{
color: #6569BC;
}
</style>
background-color css
<style>
a { background-color: #6569BC; }
a { background-color: rgb(101,105,188); }
div.DivClassName
{
background-color: #6569BC;
}
.BgClassName
{
background-color: #6569BC;
}
</style>
border-color css
<style>
span { border-color: #6569BC; }
span { border-color: rgb(101,105,188); }
td.TdClassName
{
border-color: #6569BC;
}
.TagClassName
{
border-color: #6569BC;
}
</style>