Shades of Chetwode Blue #6A71A2
Tints of Chetwode Blue #6A71A2
RGB
CMYK
RGB Variations
Color information
#6A71A2 (or 0x6A71A2) is known color: Chetwode Blue. HEX triplet: 6A, 71 and A2. RGB value is (106,113,162). Sum of RGB (Red+Green+Blue) = 106+113+162=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 162 - color contains mainly: blue. Hex color #6A71A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A71A2 is #958E5D. Grayscale: #747474. Windows color (decimal): -9801310 or 10645866. OLE color: 10645866.
HSL color Cylindrical-coordinate representation of color #6A71A2: hue angle of 232.5º 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 #6A71A2 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 113 | 162 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.36 |
| HSL | 232.5º | 0.23% | 0.53% | - |
| HSV(B) | 232.5º | 0.35% | 0.64% | - |
| XYZ | 18.37 | 17.48 | 36.59 | - |
| YUV | 116.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 162 | 0.35 | 0.30 | 0 | 0.36 | 232.5 | 0.23 | 0.53 |
| Hex | 6A | 71 | A2 | 23 | 1E | 0 | 24 | E8 | 17 | 35 |
| Octal | 152 | 161 | 242 | 43 | 36 | 0 | 44 | 350 | 27 | 65 |
| Binary | 1101010 | 1110001 | 10100010 | 100011 | 11110 | 0 | 100100 | 11101000 | 10111 | 110101 |
Color Harmonies of #6A71A2
Complementary color
Monochromatic Colors of #6A71A2
Black with #6A71A2
Text Example
Text Example
White with #6A71A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A71A2; }
p { color: rgb(106,113,162); }
H1.HeaderClassName
{
color: #6A71A2;
}
.AnyTagClassName
{
color: #6A71A2;
}
</style>
background-color css
<style>
a { background-color: #6A71A2; }
a { background-color: rgb(106,113,162); }
div.DivClassName
{
background-color: #6A71A2;
}
.BgClassName
{
background-color: #6A71A2;
}
</style>
border-color css
<style>
span { border-color: #6A71A2; }
span { border-color: rgb(106,113,162); }
td.TdClassName
{
border-color: #6A71A2;
}
.TagClassName
{
border-color: #6A71A2;
}
</style>