Shades of Chetwode Blue #6C7AAD
Tints of Chetwode Blue #6C7AAD
RGB
CMYK
RGB Variations
Color information
#6C7AAD (or 0x6C7AAD) is known color: Chetwode Blue. HEX triplet: 6C, 7A and AD. RGB value is (108,122,173). Sum of RGB (Red+Green+Blue) = 108+122+173=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C7AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7AAD is #938552. Grayscale: #7B7B7B. Windows color (decimal): -9667923 or 11369068. OLE color: 11369068.
HSL color Cylindrical-coordinate representation of color #6C7AAD: hue angle of 227.08º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C7AAD is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 122 | 173 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.32 |
| HSL | 227.08º | 0.28% | 0.55% | - |
| HSV(B) | 227.08º | 0.38% | 0.68% | - |
| XYZ | 20.69 | 20.12 | 42.33 | - |
| YUV | 123.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 173 | 0.38 | 0.29 | 0 | 0.32 | 227.08 | 0.28 | 0.55 |
| Hex | 6C | 7A | AD | 26 | 1D | 0 | 20 | E3 | 1C | 37 |
| Octal | 154 | 172 | 255 | 46 | 35 | 0 | 40 | 343 | 34 | 67 |
| Binary | 1101100 | 1111010 | 10101101 | 100110 | 11101 | 0 | 100000 | 11100011 | 11100 | 110111 |
Color Harmonies of #6C7AAD
Complementary color
Monochromatic Colors of #6C7AAD
Black with #6C7AAD
Text Example
Text Example
White with #6C7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7AAD; }
p { color: rgb(108,122,173); }
H1.HeaderClassName
{
color: #6C7AAD;
}
.AnyTagClassName
{
color: #6C7AAD;
}
</style>
background-color css
<style>
a { background-color: #6C7AAD; }
a { background-color: rgb(108,122,173); }
div.DivClassName
{
background-color: #6C7AAD;
}
.BgClassName
{
background-color: #6C7AAD;
}
</style>
border-color css
<style>
span { border-color: #6C7AAD; }
span { border-color: rgb(108,122,173); }
td.TdClassName
{
border-color: #6C7AAD;
}
.TagClassName
{
border-color: #6C7AAD;
}
</style>