Shades of Chetwode Blue #6E7ACB
Tints of Chetwode Blue #6E7ACB
RGB
CMYK
RGB Variations
Color information
#6E7ACB (or 0x6E7ACB) is known color: Chetwode Blue. HEX triplet: 6E, 7A and CB. RGB value is (110,122,203). Sum of RGB (Red+Green+Blue) = 110+122+203=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E7ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ACB is #918534. Grayscale: #7F7F7F. Windows color (decimal): -9536821 or 13335150. OLE color: 13335150.
HSL color Cylindrical-coordinate representation of color #6E7ACB: hue angle of 232.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E7ACB is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 122 | 203 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.20 |
| HSL | 232.26º | 0.47% | 0.61% | - |
| HSV(B) | 232.26º | 0.46% | 0.8% | - |
| XYZ | 24.17 | 21.55 | 59.38 | - |
| YUV | 127.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 203 | 0.46 | 0.40 | 0 | 0.20 | 232.26 | 0.47 | 0.61 |
| Hex | 6E | 7A | CB | 2E | 28 | 0 | 14 | E8 | 2F | 3D |
| Octal | 156 | 172 | 313 | 56 | 50 | 0 | 24 | 350 | 57 | 75 |
| Binary | 1101110 | 1111010 | 11001011 | 101110 | 101000 | 0 | 10100 | 11101000 | 101111 | 111101 |
Color Harmonies of #6E7ACB
Complementary color
Monochromatic Colors of #6E7ACB
Black with #6E7ACB
Text Example
Text Example
White with #6E7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7ACB; }
p { color: rgb(110,122,203); }
H1.HeaderClassName
{
color: #6E7ACB;
}
.AnyTagClassName
{
color: #6E7ACB;
}
</style>
background-color css
<style>
a { background-color: #6E7ACB; }
a { background-color: rgb(110,122,203); }
div.DivClassName
{
background-color: #6E7ACB;
}
.BgClassName
{
background-color: #6E7ACB;
}
</style>
border-color css
<style>
span { border-color: #6E7ACB; }
span { border-color: rgb(110,122,203); }
td.TdClassName
{
border-color: #6E7ACB;
}
.TagClassName
{
border-color: #6E7ACB;
}
</style>