Shades of Chetwode Blue #6A6FA2
Tints of Chetwode Blue #6A6FA2
RGB
CMYK
RGB Variations
Color information
#6A6FA2 (or 0x6A6FA2) is known color: Chetwode Blue. HEX triplet: 6A, 6F and A2. RGB value is (106,111,162). Sum of RGB (Red+Green+Blue) = 106+111+162=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 162 - color contains mainly: blue. Hex color #6A6FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6FA2 is #95905D. Grayscale: #737373. Windows color (decimal): -9801822 or 10645354. OLE color: 10645354.
HSL color Cylindrical-coordinate representation of color #6A6FA2: hue angle of 234.64º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A6FA2 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 111 | 162 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.36 |
| HSL | 234.64º | 0.23% | 0.53% | - |
| HSV(B) | 234.64º | 0.35% | 0.64% | - |
| XYZ | 18.15 | 17.04 | 36.52 | - |
| YUV | 115.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 162 | 0.35 | 0.31 | 0 | 0.36 | 234.64 | 0.23 | 0.53 |
| Hex | 6A | 6F | A2 | 23 | 1F | 0 | 24 | EB | 17 | 35 |
| Octal | 152 | 157 | 242 | 43 | 37 | 0 | 44 | 353 | 27 | 65 |
| Binary | 1101010 | 1101111 | 10100010 | 100011 | 11111 | 0 | 100100 | 11101011 | 10111 | 110101 |
Color Harmonies of #6A6FA2
Complementary color
Monochromatic Colors of #6A6FA2
Black with #6A6FA2
Text Example
Text Example
White with #6A6FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6FA2; }
p { color: rgb(106,111,162); }
H1.HeaderClassName
{
color: #6A6FA2;
}
.AnyTagClassName
{
color: #6A6FA2;
}
</style>
background-color css
<style>
a { background-color: #6A6FA2; }
a { background-color: rgb(106,111,162); }
div.DivClassName
{
background-color: #6A6FA2;
}
.BgClassName
{
background-color: #6A6FA2;
}
</style>
border-color css
<style>
span { border-color: #6A6FA2; }
span { border-color: rgb(106,111,162); }
td.TdClassName
{
border-color: #6A6FA2;
}
.TagClassName
{
border-color: #6A6FA2;
}
</style>