Shades of Chetwode Blue #6E79C1
Tints of Chetwode Blue #6E79C1
RGB
CMYK
RGB Variations
Color information
#6E79C1 (or 0x6E79C1) is known color: Chetwode Blue. HEX triplet: 6E, 79 and C1. RGB value is (110,121,193). Sum of RGB (Red+Green+Blue) = 110+121+193=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E79C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E79C1 is #91863E. Grayscale: #7D7D7D. Windows color (decimal): -9537087 or 12679534. OLE color: 12679534.
HSL color Cylindrical-coordinate representation of color #6E79C1: hue angle of 232.05º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E79C1 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 121 | 193 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.24 |
| HSL | 232.05º | 0.4% | 0.59% | - |
| HSV(B) | 232.05º | 0.43% | 0.76% | - |
| XYZ | 22.89 | 20.84 | 53.27 | - |
| YUV | 125.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 121 | 193 | 0.43 | 0.37 | 0 | 0.24 | 232.05 | 0.4 | 0.59 |
| Hex | 6E | 79 | C1 | 2B | 25 | 0 | 18 | E8 | 28 | 3B |
| Octal | 156 | 171 | 301 | 53 | 45 | 0 | 30 | 350 | 50 | 73 |
| Binary | 1101110 | 1111001 | 11000001 | 101011 | 100101 | 0 | 11000 | 11101000 | 101000 | 111011 |
Color Harmonies of #6E79C1
Complementary color
Monochromatic Colors of #6E79C1
Black with #6E79C1
Text Example
Text Example
White with #6E79C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E79C1; }
p { color: rgb(110,121,193); }
H1.HeaderClassName
{
color: #6E79C1;
}
.AnyTagClassName
{
color: #6E79C1;
}
</style>
background-color css
<style>
a { background-color: #6E79C1; }
a { background-color: rgb(110,121,193); }
div.DivClassName
{
background-color: #6E79C1;
}
.BgClassName
{
background-color: #6E79C1;
}
</style>
border-color css
<style>
span { border-color: #6E79C1; }
span { border-color: rgb(110,121,193); }
td.TdClassName
{
border-color: #6E79C1;
}
.TagClassName
{
border-color: #6E79C1;
}
</style>