Shades of Chetwode Blue #6576BE
Tints of Chetwode Blue #6576BE
RGB
CMYK
RGB Variations
Color information
#6576BE (or 0x6576BE) is known color: Chetwode Blue. HEX triplet: 65, 76 and BE. RGB value is (101,118,190). Sum of RGB (Red+Green+Blue) = 101+118+190=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #6576BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576BE is #9A8941. Grayscale: #787878. Windows color (decimal): -10127682 or 12482149. OLE color: 12482149.
HSL color Cylindrical-coordinate representation of color #6576BE: hue angle of 228.54º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6576BE is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 118 | 190 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.25 |
| HSL | 228.54º | 0.41% | 0.57% | - |
| HSV(B) | 228.54º | 0.47% | 0.75% | - |
| XYZ | 21.14 | 19.44 | 51.35 | - |
| YUV | 121.13 | 166.87 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 190 | 0.47 | 0.38 | 0 | 0.25 | 228.54 | 0.41 | 0.57 |
| Hex | 65 | 76 | BE | 2F | 26 | 0 | 19 | E5 | 29 | 39 |
| Octal | 145 | 166 | 276 | 57 | 46 | 0 | 31 | 345 | 51 | 71 |
| Binary | 1100101 | 1110110 | 10111110 | 101111 | 100110 | 0 | 11001 | 11100101 | 101001 | 111001 |
Color Harmonies of #6576BE
Complementary color
Monochromatic Colors of #6576BE
Black with #6576BE
Text Example
Text Example
White with #6576BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576BE; }
p { color: rgb(101,118,190); }
H1.HeaderClassName
{
color: #6576BE;
}
.AnyTagClassName
{
color: #6576BE;
}
</style>
background-color css
<style>
a { background-color: #6576BE; }
a { background-color: rgb(101,118,190); }
div.DivClassName
{
background-color: #6576BE;
}
.BgClassName
{
background-color: #6576BE;
}
</style>
border-color css
<style>
span { border-color: #6576BE; }
span { border-color: rgb(101,118,190); }
td.TdClassName
{
border-color: #6576BE;
}
.TagClassName
{
border-color: #6576BE;
}
</style>