Shades of Chetwode Blue #6579CB
Tints of Chetwode Blue #6579CB
RGB
CMYK
RGB Variations
Color information
#6579CB (or 0x6579CB) is known color: Chetwode Blue. HEX triplet: 65, 79 and CB. RGB value is (101,121,203). Sum of RGB (Red+Green+Blue) = 101+121+203=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #6579CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6579CB is #9A8634. Grayscale: #7C7C7C. Windows color (decimal): -10126901 or 13334885. OLE color: 13334885.
HSL color Cylindrical-coordinate representation of color #6579CB: hue angle of 228.24º 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 #6579CB is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 121 | 203 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.20 |
| HSL | 228.24º | 0.5% | 0.6% | - |
| HSV(B) | 228.24º | 0.5% | 0.8% | - |
| XYZ | 22.98 | 20.75 | 59.29 | - |
| YUV | 124.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 203 | 0.50 | 0.40 | 0 | 0.20 | 228.24 | 0.5 | 0.6 |
| Hex | 65 | 79 | CB | 32 | 28 | 0 | 14 | E4 | 32 | 3C |
| Octal | 145 | 171 | 313 | 62 | 50 | 0 | 24 | 344 | 62 | 74 |
| Binary | 1100101 | 1111001 | 11001011 | 110010 | 101000 | 0 | 10100 | 11100100 | 110010 | 111100 |
Color Harmonies of #6579CB
Complementary color
Monochromatic Colors of #6579CB
Black with #6579CB
Text Example
Text Example
White with #6579CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6579CB; }
p { color: rgb(101,121,203); }
H1.HeaderClassName
{
color: #6579CB;
}
.AnyTagClassName
{
color: #6579CB;
}
</style>
background-color css
<style>
a { background-color: #6579CB; }
a { background-color: rgb(101,121,203); }
div.DivClassName
{
background-color: #6579CB;
}
.BgClassName
{
background-color: #6579CB;
}
</style>
border-color css
<style>
span { border-color: #6579CB; }
span { border-color: rgb(101,121,203); }
td.TdClassName
{
border-color: #6579CB;
}
.TagClassName
{
border-color: #6579CB;
}
</style>