Shades of Chetwode Blue #6A749F
Tints of Chetwode Blue #6A749F
RGB
CMYK
RGB Variations
Color information
#6A749F (or 0x6A749F) is known color: Chetwode Blue. HEX triplet: 6A, 74 and 9F. RGB value is (106,116,159). Sum of RGB (Red+Green+Blue) = 106+116+159=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A749F is #958B60. Grayscale: #757575. Windows color (decimal): -9800545 or 10450026. OLE color: 10450026.
HSL color Cylindrical-coordinate representation of color #6A749F: hue angle of 228.68º degrees, saturation: 0.22, 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 #6A749F is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 116 | 159 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.38 |
| HSL | 228.68º | 0.22% | 0.52% | - |
| HSV(B) | 228.68º | 0.33% | 0.62% | - |
| XYZ | 18.45 | 18.06 | 35.31 | - |
| YUV | 117.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 159 | 0.33 | 0.27 | 0 | 0.38 | 228.68 | 0.22 | 0.52 |
| Hex | 6A | 74 | 9F | 21 | 1B | 0 | 26 | E5 | 16 | 34 |
| Octal | 152 | 164 | 237 | 41 | 33 | 0 | 46 | 345 | 26 | 64 |
| Binary | 1101010 | 1110100 | 10011111 | 100001 | 11011 | 0 | 100110 | 11100101 | 10110 | 110100 |
Color Harmonies of #6A749F
Complementary color
Monochromatic Colors of #6A749F
Black with #6A749F
Text Example
Text Example
White with #6A749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A749F; }
p { color: rgb(106,116,159); }
H1.HeaderClassName
{
color: #6A749F;
}
.AnyTagClassName
{
color: #6A749F;
}
</style>
background-color css
<style>
a { background-color: #6A749F; }
a { background-color: rgb(106,116,159); }
div.DivClassName
{
background-color: #6A749F;
}
.BgClassName
{
background-color: #6A749F;
}
</style>
border-color css
<style>
span { border-color: #6A749F; }
span { border-color: rgb(106,116,159); }
td.TdClassName
{
border-color: #6A749F;
}
.TagClassName
{
border-color: #6A749F;
}
</style>