Shades of Chetwode Blue #6578CC
Tints of Chetwode Blue #6578CC
RGB
CMYK
RGB Variations
Color information
#6578CC (or 0x6578CC) is known color: Chetwode Blue. HEX triplet: 65, 78 and CC. RGB value is (101,120,204). Sum of RGB (Red+Green+Blue) = 101+120+204=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #6578CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6578CC is #9A8733. Grayscale: #7B7B7B. Windows color (decimal): -10127156 or 13400165. OLE color: 13400165.
HSL color Cylindrical-coordinate representation of color #6578CC: hue angle of 228.93º 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 #6578CC is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 120 | 204 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.2 |
| HSL | 228.93º | 0.5% | 0.6% | - |
| HSV(B) | 228.93º | 0.5% | 0.8% | - |
| XYZ | 22.98 | 20.56 | 59.88 | - |
| YUV | 123.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 204 | 0.50 | 0.41 | 0 | 0.2 | 228.93 | 0.5 | 0.6 |
| Hex | 65 | 78 | CC | 32 | 29 | 0 | 14 | E5 | 32 | 3C |
| Octal | 145 | 170 | 314 | 62 | 51 | 0 | 24 | 345 | 62 | 74 |
| Binary | 1100101 | 1111000 | 11001100 | 110010 | 101001 | 0 | 10100 | 11100101 | 110010 | 111100 |
Color Harmonies of #6578CC
Complementary color
Monochromatic Colors of #6578CC
Black with #6578CC
Text Example
Text Example
White with #6578CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6578CC; }
p { color: rgb(101,120,204); }
H1.HeaderClassName
{
color: #6578CC;
}
.AnyTagClassName
{
color: #6578CC;
}
</style>
background-color css
<style>
a { background-color: #6578CC; }
a { background-color: rgb(101,120,204); }
div.DivClassName
{
background-color: #6578CC;
}
.BgClassName
{
background-color: #6578CC;
}
</style>
border-color css
<style>
span { border-color: #6578CC; }
span { border-color: rgb(101,120,204); }
td.TdClassName
{
border-color: #6578CC;
}
.TagClassName
{
border-color: #6578CC;
}
</style>