Shades of Chetwode Blue #6576BF
Tints of Chetwode Blue #6576BF
RGB
CMYK
RGB Variations
Color information
#6576BF (or 0x6576BF) is known color: Chetwode Blue. HEX triplet: 65, 76 and BF. RGB value is (101,118,191). Sum of RGB (Red+Green+Blue) = 101+118+191=410 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.63% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #6576BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576BF is #9A8940. Grayscale: #787878. Windows color (decimal): -10127681 or 12547685. OLE color: 12547685.
HSL color Cylindrical-coordinate representation of color #6576BF: hue angle of 228.67º 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 #6576BF is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 118 | 191 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.25 |
| HSL | 228.67º | 0.41% | 0.57% | - |
| HSV(B) | 228.67º | 0.47% | 0.75% | - |
| XYZ | 21.25 | 19.49 | 51.93 | - |
| YUV | 121.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 191 | 0.47 | 0.38 | 0 | 0.25 | 228.67 | 0.41 | 0.57 |
| Hex | 65 | 76 | BF | 2F | 26 | 0 | 19 | E5 | 29 | 39 |
| Octal | 145 | 166 | 277 | 57 | 46 | 0 | 31 | 345 | 51 | 71 |
| Binary | 1100101 | 1110110 | 10111111 | 101111 | 100110 | 0 | 11001 | 11100101 | 101001 | 111001 |
Color Harmonies of #6576BF
Complementary color
Monochromatic Colors of #6576BF
Black with #6576BF
Text Example
Text Example
White with #6576BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576BF; }
p { color: rgb(101,118,191); }
H1.HeaderClassName
{
color: #6576BF;
}
.AnyTagClassName
{
color: #6576BF;
}
</style>
background-color css
<style>
a { background-color: #6576BF; }
a { background-color: rgb(101,118,191); }
div.DivClassName
{
background-color: #6576BF;
}
.BgClassName
{
background-color: #6576BF;
}
</style>
border-color css
<style>
span { border-color: #6576BF; }
span { border-color: rgb(101,118,191); }
td.TdClassName
{
border-color: #6576BF;
}
.TagClassName
{
border-color: #6576BF;
}
</style>