Shades of Chetwode Blue #6576CE
Tints of Chetwode Blue #6576CE
RGB
CMYK
RGB Variations
Color information
#6576CE (or 0x6576CE) is known color: Chetwode Blue. HEX triplet: 65, 76 and CE. RGB value is (101,118,206). Sum of RGB (Red+Green+Blue) = 101+118+206=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #6576CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576CE is #9A8931. Grayscale: #7A7A7A. Windows color (decimal): -10127666 or 13530725. OLE color: 13530725.
HSL color Cylindrical-coordinate representation of color #6576CE: hue angle of 230.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6576CE is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 118 | 206 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.19 |
| HSL | 230.29º | 0.52% | 0.6% | - |
| HSV(B) | 230.29º | 0.51% | 0.81% | - |
| XYZ | 22.99 | 20.18 | 61.08 | - |
| YUV | 122.95 | 174.87 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 206 | 0.51 | 0.43 | 0 | 0.19 | 230.29 | 0.52 | 0.6 |
| Hex | 65 | 76 | CE | 33 | 2B | 0 | 13 | E6 | 34 | 3C |
| Octal | 145 | 166 | 316 | 63 | 53 | 0 | 23 | 346 | 64 | 74 |
| Binary | 1100101 | 1110110 | 11001110 | 110011 | 101011 | 0 | 10011 | 11100110 | 110100 | 111100 |
Color Harmonies of #6576CE
Complementary color
Monochromatic Colors of #6576CE
Black with #6576CE
Text Example
Text Example
White with #6576CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576CE; }
p { color: rgb(101,118,206); }
H1.HeaderClassName
{
color: #6576CE;
}
.AnyTagClassName
{
color: #6576CE;
}
</style>
background-color css
<style>
a { background-color: #6576CE; }
a { background-color: rgb(101,118,206); }
div.DivClassName
{
background-color: #6576CE;
}
.BgClassName
{
background-color: #6576CE;
}
</style>
border-color css
<style>
span { border-color: #6576CE; }
span { border-color: rgb(101,118,206); }
td.TdClassName
{
border-color: #6576CE;
}
.TagClassName
{
border-color: #6576CE;
}
</style>