Shades of Chetwode Blue #6A6BBD
Tints of Chetwode Blue #6A6BBD
RGB
CMYK
RGB Variations
Color information
#6A6BBD (or 0x6A6BBD) is known color: Chetwode Blue. HEX triplet: 6A, 6B and BD. RGB value is (106,107,189). Sum of RGB (Red+Green+Blue) = 106+107+189=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A6BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6BBD is #959442. Grayscale: #737373. Windows color (decimal): -9802819 or 12413802. OLE color: 12413802.
HSL color Cylindrical-coordinate representation of color #6A6BBD: hue angle of 239.28º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A6BBD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 107 | 189 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.26 |
| HSL | 239.28º | 0.39% | 0.58% | - |
| HSV(B) | 239.28º | 0.44% | 0.74% | - |
| XYZ | 20.39 | 17.25 | 50.4 | - |
| YUV | 116.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 189 | 0.44 | 0.43 | 0 | 0.26 | 239.28 | 0.39 | 0.58 |
| Hex | 6A | 6B | BD | 2C | 2B | 0 | 1A | EF | 27 | 3A |
| Octal | 152 | 153 | 275 | 54 | 53 | 0 | 32 | 357 | 47 | 72 |
| Binary | 1101010 | 1101011 | 10111101 | 101100 | 101011 | 0 | 11010 | 11101111 | 100111 | 111010 |
Color Harmonies of #6A6BBD
Complementary color
Monochromatic Colors of #6A6BBD
Black with #6A6BBD
Text Example
Text Example
White with #6A6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6BBD; }
p { color: rgb(106,107,189); }
H1.HeaderClassName
{
color: #6A6BBD;
}
.AnyTagClassName
{
color: #6A6BBD;
}
</style>
background-color css
<style>
a { background-color: #6A6BBD; }
a { background-color: rgb(106,107,189); }
div.DivClassName
{
background-color: #6A6BBD;
}
.BgClassName
{
background-color: #6A6BBD;
}
</style>
border-color css
<style>
span { border-color: #6A6BBD; }
span { border-color: rgb(106,107,189); }
td.TdClassName
{
border-color: #6A6BBD;
}
.TagClassName
{
border-color: #6A6BBD;
}
</style>