Shades of Chetwode Blue #6A6FA3
Tints of Chetwode Blue #6A6FA3
RGB
CMYK
RGB Variations
Color information
#6A6FA3 (or 0x6A6FA3) is known color: Chetwode Blue. HEX triplet: 6A, 6F and A3. RGB value is (106,111,163). Sum of RGB (Red+Green+Blue) = 106+111+163=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 163 (64.06% from 255 or 42.89% from 380); Max value from RGB is 163 - color contains mainly: blue. Hex color #6A6FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6FA3 is #95905C. Grayscale: #737373. Windows color (decimal): -9801821 or 10710890. OLE color: 10710890.
HSL color Cylindrical-coordinate representation of color #6A6FA3: hue angle of 234.74º degrees, saturation: 0.24, 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 #6A6FA3 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 111 | 163 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.36 |
| HSL | 234.74º | 0.24% | 0.53% | - |
| HSV(B) | 234.74º | 0.35% | 0.64% | - |
| XYZ | 18.24 | 17.08 | 36.99 | - |
| YUV | 115.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 163 | 0.35 | 0.32 | 0 | 0.36 | 234.74 | 0.24 | 0.53 |
| Hex | 6A | 6F | A3 | 23 | 20 | 0 | 24 | EB | 18 | 35 |
| Octal | 152 | 157 | 243 | 43 | 40 | 0 | 44 | 353 | 30 | 65 |
| Binary | 1101010 | 1101111 | 10100011 | 100011 | 100000 | 0 | 100100 | 11101011 | 11000 | 110101 |
Color Harmonies of #6A6FA3
Complementary color
Monochromatic Colors of #6A6FA3
Black with #6A6FA3
Text Example
Text Example
White with #6A6FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6FA3; }
p { color: rgb(106,111,163); }
H1.HeaderClassName
{
color: #6A6FA3;
}
.AnyTagClassName
{
color: #6A6FA3;
}
</style>
background-color css
<style>
a { background-color: #6A6FA3; }
a { background-color: rgb(106,111,163); }
div.DivClassName
{
background-color: #6A6FA3;
}
.BgClassName
{
background-color: #6A6FA3;
}
</style>
border-color css
<style>
span { border-color: #6A6FA3; }
span { border-color: rgb(106,111,163); }
td.TdClassName
{
border-color: #6A6FA3;
}
.TagClassName
{
border-color: #6A6FA3;
}
</style>