Shades of Chetwode Blue #6A73AF
Tints of Chetwode Blue #6A73AF
RGB
CMYK
RGB Variations
Color information
#6A73AF (or 0x6A73AF) is known color: Chetwode Blue. HEX triplet: 6A, 73 and AF. RGB value is (106,115,175). Sum of RGB (Red+Green+Blue) = 106+115+175=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A73AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A73AF is #958C50. Grayscale: #767676. Windows color (decimal): -9800785 or 11498346. OLE color: 11498346.
HSL color Cylindrical-coordinate representation of color #6A73AF: hue angle of 232.17º 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 #6A73AF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 115 | 175 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.31 |
| HSL | 232.17º | 0.3% | 0.55% | - |
| HSV(B) | 232.17º | 0.39% | 0.69% | - |
| XYZ | 19.81 | 18.42 | 43.07 | - |
| YUV | 119.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 175 | 0.39 | 0.34 | 0 | 0.31 | 232.17 | 0.3 | 0.55 |
| Hex | 6A | 73 | AF | 27 | 22 | 0 | 1F | E8 | 1E | 37 |
| Octal | 152 | 163 | 257 | 47 | 42 | 0 | 37 | 350 | 36 | 67 |
| Binary | 1101010 | 1110011 | 10101111 | 100111 | 100010 | 0 | 11111 | 11101000 | 11110 | 110111 |
Color Harmonies of #6A73AF
Complementary color
Monochromatic Colors of #6A73AF
Black with #6A73AF
Text Example
Text Example
White with #6A73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A73AF; }
p { color: rgb(106,115,175); }
H1.HeaderClassName
{
color: #6A73AF;
}
.AnyTagClassName
{
color: #6A73AF;
}
</style>
background-color css
<style>
a { background-color: #6A73AF; }
a { background-color: rgb(106,115,175); }
div.DivClassName
{
background-color: #6A73AF;
}
.BgClassName
{
background-color: #6A73AF;
}
</style>
border-color css
<style>
span { border-color: #6A73AF; }
span { border-color: rgb(106,115,175); }
td.TdClassName
{
border-color: #6A73AF;
}
.TagClassName
{
border-color: #6A73AF;
}
</style>