Shades of Chetwode Blue #6A7AAF
Tints of Chetwode Blue #6A7AAF
RGB
CMYK
RGB Variations
Color information
#6A7AAF (or 0x6A7AAF) is known color: Chetwode Blue. HEX triplet: 6A, 7A and AF. RGB value is (106,122,175). Sum of RGB (Red+Green+Blue) = 106+122+175=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7AAF is #958550. Grayscale: #7B7B7B. Windows color (decimal): -9798993 or 11500138. OLE color: 11500138.
HSL color Cylindrical-coordinate representation of color #6A7AAF: hue angle of 226.09º 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 #6A7AAF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 122 | 175 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.31 |
| HSL | 226.09º | 0.3% | 0.55% | - |
| HSV(B) | 226.09º | 0.39% | 0.69% | - |
| XYZ | 20.64 | 20.08 | 43.35 | - |
| YUV | 123.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 175 | 0.39 | 0.30 | 0 | 0.31 | 226.09 | 0.3 | 0.55 |
| Hex | 6A | 7A | AF | 27 | 1E | 0 | 1F | E2 | 1E | 37 |
| Octal | 152 | 172 | 257 | 47 | 36 | 0 | 37 | 342 | 36 | 67 |
| Binary | 1101010 | 1111010 | 10101111 | 100111 | 11110 | 0 | 11111 | 11100010 | 11110 | 110111 |
Color Harmonies of #6A7AAF
Complementary color
Monochromatic Colors of #6A7AAF
Black with #6A7AAF
Text Example
Text Example
White with #6A7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7AAF; }
p { color: rgb(106,122,175); }
H1.HeaderClassName
{
color: #6A7AAF;
}
.AnyTagClassName
{
color: #6A7AAF;
}
</style>
background-color css
<style>
a { background-color: #6A7AAF; }
a { background-color: rgb(106,122,175); }
div.DivClassName
{
background-color: #6A7AAF;
}
.BgClassName
{
background-color: #6A7AAF;
}
</style>
border-color css
<style>
span { border-color: #6A7AAF; }
span { border-color: rgb(106,122,175); }
td.TdClassName
{
border-color: #6A7AAF;
}
.TagClassName
{
border-color: #6A7AAF;
}
</style>