Shades of Chetwode Blue #6A69AF
Tints of Chetwode Blue #6A69AF
RGB
CMYK
RGB Variations
Color information
#6A69AF (or 0x6A69AF) is known color: Chetwode Blue. HEX triplet: 6A, 69 and AF. RGB value is (106,105,175). Sum of RGB (Red+Green+Blue) = 106+105+175=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A69AF is #959650. Grayscale: #717171. Windows color (decimal): -9803345 or 11495786. OLE color: 11495786.
HSL color Cylindrical-coordinate representation of color #6A69AF: hue angle of 240.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A69AF is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 105 | 175 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.31 |
| HSL | 240.86º | 0.3% | 0.55% | - |
| HSV(B) | 240.86º | 0.4% | 0.69% | - |
| XYZ | 18.73 | 16.26 | 42.71 | - |
| YUV | 113.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 105 | 175 | 0.39 | 0.40 | 0 | 0.31 | 240.86 | 0.3 | 0.55 |
| Hex | 6A | 69 | AF | 27 | 28 | 0 | 1F | F1 | 1E | 37 |
| Octal | 152 | 151 | 257 | 47 | 50 | 0 | 37 | 361 | 36 | 67 |
| Binary | 1101010 | 1101001 | 10101111 | 100111 | 101000 | 0 | 11111 | 11110001 | 11110 | 110111 |
Color Harmonies of #6A69AF
Complementary color
Monochromatic Colors of #6A69AF
Black with #6A69AF
Text Example
Text Example
White with #6A69AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A69AF; }
p { color: rgb(106,105,175); }
H1.HeaderClassName
{
color: #6A69AF;
}
.AnyTagClassName
{
color: #6A69AF;
}
</style>
background-color css
<style>
a { background-color: #6A69AF; }
a { background-color: rgb(106,105,175); }
div.DivClassName
{
background-color: #6A69AF;
}
.BgClassName
{
background-color: #6A69AF;
}
</style>
border-color css
<style>
span { border-color: #6A69AF; }
span { border-color: rgb(106,105,175); }
td.TdClassName
{
border-color: #6A69AF;
}
.TagClassName
{
border-color: #6A69AF;
}
</style>