Shades of Chetwode Blue #6576C3
Tints of Chetwode Blue #6576C3
RGB
CMYK
RGB Variations
Color information
#6576C3 (or 0x6576C3) is known color: Chetwode Blue. HEX triplet: 65, 76 and C3. RGB value is (101,118,195). Sum of RGB (Red+Green+Blue) = 101+118+195=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #6576C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576C3 is #9A893C. Grayscale: #797979. Windows color (decimal): -10127677 or 12809829. OLE color: 12809829.
HSL color Cylindrical-coordinate representation of color #6576C3: hue angle of 229.15º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6576C3 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 118 | 195 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.24 |
| HSL | 229.15º | 0.44% | 0.58% | - |
| HSV(B) | 229.15º | 0.48% | 0.76% | - |
| XYZ | 21.7 | 19.66 | 54.28 | - |
| YUV | 121.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 195 | 0.48 | 0.39 | 0 | 0.24 | 229.15 | 0.44 | 0.58 |
| Hex | 65 | 76 | C3 | 30 | 27 | 0 | 18 | E5 | 2C | 3A |
| Octal | 145 | 166 | 303 | 60 | 47 | 0 | 30 | 345 | 54 | 72 |
| Binary | 1100101 | 1110110 | 11000011 | 110000 | 100111 | 0 | 11000 | 11100101 | 101100 | 111010 |
Color Harmonies of #6576C3
Complementary color
Monochromatic Colors of #6576C3
Black with #6576C3
Text Example
Text Example
White with #6576C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576C3; }
p { color: rgb(101,118,195); }
H1.HeaderClassName
{
color: #6576C3;
}
.AnyTagClassName
{
color: #6576C3;
}
</style>
background-color css
<style>
a { background-color: #6576C3; }
a { background-color: rgb(101,118,195); }
div.DivClassName
{
background-color: #6576C3;
}
.BgClassName
{
background-color: #6576C3;
}
</style>
border-color css
<style>
span { border-color: #6576C3; }
span { border-color: rgb(101,118,195); }
td.TdClassName
{
border-color: #6576C3;
}
.TagClassName
{
border-color: #6576C3;
}
</style>