Shades of Chetwode Blue #6A6D9E
Tints of Chetwode Blue #6A6D9E
RGB
CMYK
RGB Variations
Color information
#6A6D9E (or 0x6A6D9E) is known color: Chetwode Blue. HEX triplet: 6A, 6D and 9E. RGB value is (106,109,158). Sum of RGB (Red+Green+Blue) = 106+109+158=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A6D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6D9E is #959261. Grayscale: #717171. Windows color (decimal): -9802338 or 10382698. OLE color: 10382698.
HSL color Cylindrical-coordinate representation of color #6A6D9E: hue angle of 236.54º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A6D9E is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 109 | 158 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.38 |
| HSL | 236.54º | 0.21% | 0.52% | - |
| HSV(B) | 236.54º | 0.33% | 0.62% | - |
| XYZ | 17.58 | 16.47 | 34.6 | - |
| YUV | 113.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 158 | 0.33 | 0.31 | 0 | 0.38 | 236.54 | 0.21 | 0.52 |
| Hex | 6A | 6D | 9E | 21 | 1F | 0 | 26 | ED | 15 | 34 |
| Octal | 152 | 155 | 236 | 41 | 37 | 0 | 46 | 355 | 25 | 64 |
| Binary | 1101010 | 1101101 | 10011110 | 100001 | 11111 | 0 | 100110 | 11101101 | 10101 | 110100 |
Color Harmonies of #6A6D9E
Complementary color
Monochromatic Colors of #6A6D9E
Black with #6A6D9E
Text Example
Text Example
White with #6A6D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D9E; }
p { color: rgb(106,109,158); }
H1.HeaderClassName
{
color: #6A6D9E;
}
.AnyTagClassName
{
color: #6A6D9E;
}
</style>
background-color css
<style>
a { background-color: #6A6D9E; }
a { background-color: rgb(106,109,158); }
div.DivClassName
{
background-color: #6A6D9E;
}
.BgClassName
{
background-color: #6A6D9E;
}
</style>
border-color css
<style>
span { border-color: #6A6D9E; }
span { border-color: rgb(106,109,158); }
td.TdClassName
{
border-color: #6A6D9E;
}
.TagClassName
{
border-color: #6A6D9E;
}
</style>