Shades of Chetwode Blue #6A6AAF
Tints of Chetwode Blue #6A6AAF
RGB
CMYK
RGB Variations
Color information
#6A6AAF (or 0x6A6AAF) is known color: Chetwode Blue. HEX triplet: 6A, 6A and AF. RGB value is (106,106,175). Sum of RGB (Red+Green+Blue) = 106+106+175=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6AAF is #959550. Grayscale: #717171. Windows color (decimal): -9803089 or 11496042. OLE color: 11496042.
HSL color Cylindrical-coordinate representation of color #6A6AAF: hue angle of 240º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A6AAF is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 106 | 175 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.31 |
| HSL | 240º | 0.3% | 0.55% | - |
| HSV(B) | 240º | 0.39% | 0.69% | - |
| XYZ | 18.84 | 16.47 | 42.74 | - |
| YUV | 113.87 | 162.5 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 106 | 175 | 0.39 | 0.39 | 0 | 0.31 | 240 | 0.3 | 0.55 |
| Hex | 6A | 6A | AF | 27 | 27 | 0 | 1F | F0 | 1E | 37 |
| Octal | 152 | 152 | 257 | 47 | 47 | 0 | 37 | 360 | 36 | 67 |
| Binary | 1101010 | 1101010 | 10101111 | 100111 | 100111 | 0 | 11111 | 11110000 | 11110 | 110111 |
Color Harmonies of #6A6AAF
Complementary color
Monochromatic Colors of #6A6AAF
Black with #6A6AAF
Text Example
Text Example
White with #6A6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6AAF; }
p { color: rgb(106,106,175); }
H1.HeaderClassName
{
color: #6A6AAF;
}
.AnyTagClassName
{
color: #6A6AAF;
}
</style>
background-color css
<style>
a { background-color: #6A6AAF; }
a { background-color: rgb(106,106,175); }
div.DivClassName
{
background-color: #6A6AAF;
}
.BgClassName
{
background-color: #6A6AAF;
}
</style>
border-color css
<style>
span { border-color: #6A6AAF; }
span { border-color: rgb(106,106,175); }
td.TdClassName
{
border-color: #6A6AAF;
}
.TagClassName
{
border-color: #6A6AAF;
}
</style>