Shades of Chetwode Blue #6C7AAB
Tints of Chetwode Blue #6C7AAB
RGB
CMYK
RGB Variations
Color information
#6C7AAB (or 0x6C7AAB) is known color: Chetwode Blue. HEX triplet: 6C, 7A and AB. RGB value is (108,122,171). Sum of RGB (Red+Green+Blue) = 108+122+171=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C7AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7AAB is #938554. Grayscale: #7B7B7B. Windows color (decimal): -9667925 or 11237996. OLE color: 11237996.
HSL color Cylindrical-coordinate representation of color #6C7AAB: hue angle of 226.67º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C7AAB is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 122 | 171 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.33 |
| HSL | 226.67º | 0.27% | 0.55% | - |
| HSV(B) | 226.67º | 0.37% | 0.67% | - |
| XYZ | 20.49 | 20.05 | 41.32 | - |
| YUV | 123.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 171 | 0.37 | 0.29 | 0 | 0.33 | 226.67 | 0.27 | 0.55 |
| Hex | 6C | 7A | AB | 25 | 1D | 0 | 21 | E3 | 1B | 37 |
| Octal | 154 | 172 | 253 | 45 | 35 | 0 | 41 | 343 | 33 | 67 |
| Binary | 1101100 | 1111010 | 10101011 | 100101 | 11101 | 0 | 100001 | 11100011 | 11011 | 110111 |
Color Harmonies of #6C7AAB
Complementary color
Monochromatic Colors of #6C7AAB
Black with #6C7AAB
Text Example
Text Example
White with #6C7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7AAB; }
p { color: rgb(108,122,171); }
H1.HeaderClassName
{
color: #6C7AAB;
}
.AnyTagClassName
{
color: #6C7AAB;
}
</style>
background-color css
<style>
a { background-color: #6C7AAB; }
a { background-color: rgb(108,122,171); }
div.DivClassName
{
background-color: #6C7AAB;
}
.BgClassName
{
background-color: #6C7AAB;
}
</style>
border-color css
<style>
span { border-color: #6C7AAB; }
span { border-color: rgb(108,122,171); }
td.TdClassName
{
border-color: #6C7AAB;
}
.TagClassName
{
border-color: #6C7AAB;
}
</style>