Shades of Chetwode Blue #6577BC
Tints of Chetwode Blue #6577BC
RGB
CMYK
RGB Variations
Color information
#6577BC (or 0x6577BC) is known color: Chetwode Blue. HEX triplet: 65, 77 and BC. RGB value is (101,119,188). Sum of RGB (Red+Green+Blue) = 101+119+188=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #6577BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6577BC is #9A8843. Grayscale: #797979. Windows color (decimal): -10127428 or 12351333. OLE color: 12351333.
HSL color Cylindrical-coordinate representation of color #6577BC: hue angle of 227.59º 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 #6577BC is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 119 | 188 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.26 |
| HSL | 227.59º | 0.39% | 0.57% | - |
| HSV(B) | 227.59º | 0.46% | 0.74% | - |
| XYZ | 21.04 | 19.59 | 50.25 | - |
| YUV | 121.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 188 | 0.46 | 0.37 | 0 | 0.26 | 227.59 | 0.39 | 0.57 |
| Hex | 65 | 77 | BC | 2E | 25 | 0 | 1A | E4 | 27 | 39 |
| Octal | 145 | 167 | 274 | 56 | 45 | 0 | 32 | 344 | 47 | 71 |
| Binary | 1100101 | 1110111 | 10111100 | 101110 | 100101 | 0 | 11010 | 11100100 | 100111 | 111001 |
Color Harmonies of #6577BC
Complementary color
Monochromatic Colors of #6577BC
Black with #6577BC
Text Example
Text Example
White with #6577BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6577BC; }
p { color: rgb(101,119,188); }
H1.HeaderClassName
{
color: #6577BC;
}
.AnyTagClassName
{
color: #6577BC;
}
</style>
background-color css
<style>
a { background-color: #6577BC; }
a { background-color: rgb(101,119,188); }
div.DivClassName
{
background-color: #6577BC;
}
.BgClassName
{
background-color: #6577BC;
}
</style>
border-color css
<style>
span { border-color: #6577BC; }
span { border-color: rgb(101,119,188); }
td.TdClassName
{
border-color: #6577BC;
}
.TagClassName
{
border-color: #6577BC;
}
</style>