Shades of Chetwode Blue #6A68AD
Tints of Chetwode Blue #6A68AD
RGB
CMYK
RGB Variations
Color information
#6A68AD (or 0x6A68AD) is known color: Chetwode Blue. HEX triplet: 6A, 68 and AD. RGB value is (106,104,173). Sum of RGB (Red+Green+Blue) = 106+104+173=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A68AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A68AD is #959752. Grayscale: #707070. Windows color (decimal): -9803603 or 11364458. OLE color: 11364458.
HSL color Cylindrical-coordinate representation of color #6A68AD: hue angle of 241.74º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A68AD is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 104 | 173 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.32 |
| HSL | 241.74º | 0.3% | 0.54% | - |
| HSV(B) | 241.74º | 0.4% | 0.68% | - |
| XYZ | 18.44 | 15.98 | 41.65 | - |
| YUV | 112.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 173 | 0.39 | 0.40 | 0 | 0.32 | 241.74 | 0.3 | 0.54 |
| Hex | 6A | 68 | AD | 27 | 28 | 0 | 20 | F2 | 1E | 36 |
| Octal | 152 | 150 | 255 | 47 | 50 | 0 | 40 | 362 | 36 | 66 |
| Binary | 1101010 | 1101000 | 10101101 | 100111 | 101000 | 0 | 100000 | 11110010 | 11110 | 110110 |
Color Harmonies of #6A68AD
Complementary color
Monochromatic Colors of #6A68AD
Black with #6A68AD
Text Example
Text Example
White with #6A68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A68AD; }
p { color: rgb(106,104,173); }
H1.HeaderClassName
{
color: #6A68AD;
}
.AnyTagClassName
{
color: #6A68AD;
}
</style>
background-color css
<style>
a { background-color: #6A68AD; }
a { background-color: rgb(106,104,173); }
div.DivClassName
{
background-color: #6A68AD;
}
.BgClassName
{
background-color: #6A68AD;
}
</style>
border-color css
<style>
span { border-color: #6A68AD; }
span { border-color: rgb(106,104,173); }
td.TdClassName
{
border-color: #6A68AD;
}
.TagClassName
{
border-color: #6A68AD;
}
</style>