Shades of Chetwode Blue #6578BC
Tints of Chetwode Blue #6578BC
RGB
CMYK
RGB Variations
Color information
#6578BC (or 0x6578BC) is known color: Chetwode Blue. HEX triplet: 65, 78 and BC. RGB value is (101,120,188). Sum of RGB (Red+Green+Blue) = 101+120+188=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #6578BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6578BC is #9A8743. Grayscale: #797979. Windows color (decimal): -10127172 or 12351589. OLE color: 12351589.
HSL color Cylindrical-coordinate representation of color #6578BC: hue angle of 226.9º 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 #6578BC is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 120 | 188 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.26 |
| HSL | 226.9º | 0.39% | 0.57% | - |
| HSV(B) | 226.9º | 0.46% | 0.74% | - |
| XYZ | 21.16 | 19.83 | 50.29 | - |
| YUV | 122.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 188 | 0.46 | 0.36 | 0 | 0.26 | 226.9 | 0.39 | 0.57 |
| Hex | 65 | 78 | BC | 2E | 24 | 0 | 1A | E3 | 27 | 39 |
| Octal | 145 | 170 | 274 | 56 | 44 | 0 | 32 | 343 | 47 | 71 |
| Binary | 1100101 | 1111000 | 10111100 | 101110 | 100100 | 0 | 11010 | 11100011 | 100111 | 111001 |
Color Harmonies of #6578BC
Complementary color
Monochromatic Colors of #6578BC
Black with #6578BC
Text Example
Text Example
White with #6578BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6578BC; }
p { color: rgb(101,120,188); }
H1.HeaderClassName
{
color: #6578BC;
}
.AnyTagClassName
{
color: #6578BC;
}
</style>
background-color css
<style>
a { background-color: #6578BC; }
a { background-color: rgb(101,120,188); }
div.DivClassName
{
background-color: #6578BC;
}
.BgClassName
{
background-color: #6578BC;
}
</style>
border-color css
<style>
span { border-color: #6578BC; }
span { border-color: rgb(101,120,188); }
td.TdClassName
{
border-color: #6578BC;
}
.TagClassName
{
border-color: #6578BC;
}
</style>