Shades of Chetwode Blue #6E6AB4
Tints of Chetwode Blue #6E6AB4
RGB
CMYK
RGB Variations
Color information
#6E6AB4 (or 0x6E6AB4) is known color: Chetwode Blue. HEX triplet: 6E, 6A and B4. RGB value is (110,106,180). Sum of RGB (Red+Green+Blue) = 110+106+180=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E6AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6AB4 is #91954B. Grayscale: #737373. Windows color (decimal): -9540940 or 11823726. OLE color: 11823726.
HSL color Cylindrical-coordinate representation of color #6E6AB4: hue angle of 243.24º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E6AB4 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 106 | 180 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.29 |
| HSL | 243.24º | 0.33% | 0.56% | - |
| HSV(B) | 243.24º | 0.41% | 0.71% | - |
| XYZ | 19.82 | 16.92 | 45.4 | - |
| YUV | 115.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 180 | 0.39 | 0.41 | 0 | 0.29 | 243.24 | 0.33 | 0.56 |
| Hex | 6E | 6A | B4 | 27 | 29 | 0 | 1D | F3 | 21 | 38 |
| Octal | 156 | 152 | 264 | 47 | 51 | 0 | 35 | 363 | 41 | 70 |
| Binary | 1101110 | 1101010 | 10110100 | 100111 | 101001 | 0 | 11101 | 11110011 | 100001 | 111000 |
Color Harmonies of #6E6AB4
Complementary color
Monochromatic Colors of #6E6AB4
Black with #6E6AB4
Text Example
Text Example
White with #6E6AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6AB4; }
p { color: rgb(110,106,180); }
H1.HeaderClassName
{
color: #6E6AB4;
}
.AnyTagClassName
{
color: #6E6AB4;
}
</style>
background-color css
<style>
a { background-color: #6E6AB4; }
a { background-color: rgb(110,106,180); }
div.DivClassName
{
background-color: #6E6AB4;
}
.BgClassName
{
background-color: #6E6AB4;
}
</style>
border-color css
<style>
span { border-color: #6E6AB4; }
span { border-color: rgb(110,106,180); }
td.TdClassName
{
border-color: #6E6AB4;
}
.TagClassName
{
border-color: #6E6AB4;
}
</style>