Shades of Chetwode Blue #6A6FA9
Tints of Chetwode Blue #6A6FA9
RGB
CMYK
RGB Variations
Color information
#6A6FA9 (or 0x6A6FA9) is known color: Chetwode Blue. HEX triplet: 6A, 6F and A9. RGB value is (106,111,169). Sum of RGB (Red+Green+Blue) = 106+111+169=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 169 - color contains mainly: blue. Hex color #6A6FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6FA9 is #959056. Grayscale: #737373. Windows color (decimal): -9801815 or 11104106. OLE color: 11104106.
HSL color Cylindrical-coordinate representation of color #6A6FA9: hue angle of 235.24º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A6FA9 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 111 | 169 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.34 |
| HSL | 235.24º | 0.27% | 0.54% | - |
| HSV(B) | 235.24º | 0.37% | 0.66% | - |
| XYZ | 18.79 | 17.3 | 39.88 | - |
| YUV | 116.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 169 | 0.37 | 0.34 | 0 | 0.34 | 235.24 | 0.27 | 0.54 |
| Hex | 6A | 6F | A9 | 25 | 22 | 0 | 22 | EB | 1B | 36 |
| Octal | 152 | 157 | 251 | 45 | 42 | 0 | 42 | 353 | 33 | 66 |
| Binary | 1101010 | 1101111 | 10101001 | 100101 | 100010 | 0 | 100010 | 11101011 | 11011 | 110110 |
Color Harmonies of #6A6FA9
Complementary color
Monochromatic Colors of #6A6FA9
Black with #6A6FA9
Text Example
Text Example
White with #6A6FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6FA9; }
p { color: rgb(106,111,169); }
H1.HeaderClassName
{
color: #6A6FA9;
}
.AnyTagClassName
{
color: #6A6FA9;
}
</style>
background-color css
<style>
a { background-color: #6A6FA9; }
a { background-color: rgb(106,111,169); }
div.DivClassName
{
background-color: #6A6FA9;
}
.BgClassName
{
background-color: #6A6FA9;
}
</style>
border-color css
<style>
span { border-color: #6A6FA9; }
span { border-color: rgb(106,111,169); }
td.TdClassName
{
border-color: #6A6FA9;
}
.TagClassName
{
border-color: #6A6FA9;
}
</style>