Shades of Chetwode Blue #6577CB
Tints of Chetwode Blue #6577CB
RGB
CMYK
RGB Variations
Color information
#6577CB (or 0x6577CB) is known color: Chetwode Blue. HEX triplet: 65, 77 and CB. RGB value is (101,119,203). Sum of RGB (Red+Green+Blue) = 101+119+203=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #6577CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6577CB is #9A8834. Grayscale: #7A7A7A. Windows color (decimal): -10127413 or 13334373. OLE color: 13334373.
HSL color Cylindrical-coordinate representation of color #6577CB: hue angle of 229.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6577CB is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 119 | 203 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.20 |
| HSL | 229.41º | 0.5% | 0.6% | - |
| HSV(B) | 229.41º | 0.5% | 0.8% | - |
| XYZ | 22.74 | 20.27 | 59.21 | - |
| YUV | 123.19 | 173.04 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 203 | 0.50 | 0.41 | 0 | 0.20 | 229.41 | 0.5 | 0.6 |
| Hex | 65 | 77 | CB | 32 | 29 | 0 | 14 | E5 | 32 | 3C |
| Octal | 145 | 167 | 313 | 62 | 51 | 0 | 24 | 345 | 62 | 74 |
| Binary | 1100101 | 1110111 | 11001011 | 110010 | 101001 | 0 | 10100 | 11100101 | 110010 | 111100 |
Color Harmonies of #6577CB
Complementary color
Monochromatic Colors of #6577CB
Black with #6577CB
Text Example
Text Example
White with #6577CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6577CB; }
p { color: rgb(101,119,203); }
H1.HeaderClassName
{
color: #6577CB;
}
.AnyTagClassName
{
color: #6577CB;
}
</style>
background-color css
<style>
a { background-color: #6577CB; }
a { background-color: rgb(101,119,203); }
div.DivClassName
{
background-color: #6577CB;
}
.BgClassName
{
background-color: #6577CB;
}
</style>
border-color css
<style>
span { border-color: #6577CB; }
span { border-color: rgb(101,119,203); }
td.TdClassName
{
border-color: #6577CB;
}
.TagClassName
{
border-color: #6577CB;
}
</style>