Shades of Chetwode Blue #6A6BAC
Tints of Chetwode Blue #6A6BAC
RGB
CMYK
RGB Variations
Color information
#6A6BAC (or 0x6A6BAC) is known color: Chetwode Blue. HEX triplet: 6A, 6B and AC. RGB value is (106,107,172). Sum of RGB (Red+Green+Blue) = 106+107+172=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A6BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6BAC is #959453. Grayscale: #717171. Windows color (decimal): -9802836 or 11299690. OLE color: 11299690.
HSL color Cylindrical-coordinate representation of color #6A6BAC: hue angle of 239.09º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A6BAC is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 107 | 172 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.33 |
| HSL | 239.09º | 0.28% | 0.55% | - |
| HSV(B) | 239.09º | 0.38% | 0.67% | - |
| XYZ | 18.65 | 16.56 | 41.24 | - |
| YUV | 114.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 172 | 0.38 | 0.38 | 0 | 0.33 | 239.09 | 0.28 | 0.55 |
| Hex | 6A | 6B | AC | 26 | 26 | 0 | 21 | EF | 1C | 37 |
| Octal | 152 | 153 | 254 | 46 | 46 | 0 | 41 | 357 | 34 | 67 |
| Binary | 1101010 | 1101011 | 10101100 | 100110 | 100110 | 0 | 100001 | 11101111 | 11100 | 110111 |
Color Harmonies of #6A6BAC
Complementary color
Monochromatic Colors of #6A6BAC
Black with #6A6BAC
Text Example
Text Example
White with #6A6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6BAC; }
p { color: rgb(106,107,172); }
H1.HeaderClassName
{
color: #6A6BAC;
}
.AnyTagClassName
{
color: #6A6BAC;
}
</style>
background-color css
<style>
a { background-color: #6A6BAC; }
a { background-color: rgb(106,107,172); }
div.DivClassName
{
background-color: #6A6BAC;
}
.BgClassName
{
background-color: #6A6BAC;
}
</style>
border-color css
<style>
span { border-color: #6A6BAC; }
span { border-color: rgb(106,107,172); }
td.TdClassName
{
border-color: #6A6BAC;
}
.TagClassName
{
border-color: #6A6BAC;
}
</style>