Shades of Chetwode Blue #6A6DBC
Tints of Chetwode Blue #6A6DBC
RGB
CMYK
RGB Variations
Color information
#6A6DBC (or 0x6A6DBC) is known color: Chetwode Blue. HEX triplet: 6A, 6D and BC. RGB value is (106,109,188). Sum of RGB (Red+Green+Blue) = 106+109+188=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A6DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6DBC is #959243. Grayscale: #747474. Windows color (decimal): -9802308 or 12348778. OLE color: 12348778.
HSL color Cylindrical-coordinate representation of color #6A6DBC: hue angle of 237.8º degrees, saturation: 0.38, 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 #6A6DBC is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 109 | 188 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.26 |
| HSL | 237.8º | 0.38% | 0.58% | - |
| HSV(B) | 237.8º | 0.44% | 0.74% | - |
| XYZ | 20.49 | 17.63 | 49.9 | - |
| YUV | 117.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 188 | 0.44 | 0.42 | 0 | 0.26 | 237.8 | 0.38 | 0.58 |
| Hex | 6A | 6D | BC | 2C | 2A | 0 | 1A | EE | 26 | 3A |
| Octal | 152 | 155 | 274 | 54 | 52 | 0 | 32 | 356 | 46 | 72 |
| Binary | 1101010 | 1101101 | 10111100 | 101100 | 101010 | 0 | 11010 | 11101110 | 100110 | 111010 |
Color Harmonies of #6A6DBC
Complementary color
Monochromatic Colors of #6A6DBC
Black with #6A6DBC
Text Example
Text Example
White with #6A6DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6DBC; }
p { color: rgb(106,109,188); }
H1.HeaderClassName
{
color: #6A6DBC;
}
.AnyTagClassName
{
color: #6A6DBC;
}
</style>
background-color css
<style>
a { background-color: #6A6DBC; }
a { background-color: rgb(106,109,188); }
div.DivClassName
{
background-color: #6A6DBC;
}
.BgClassName
{
background-color: #6A6DBC;
}
</style>
border-color css
<style>
span { border-color: #6A6DBC; }
span { border-color: rgb(106,109,188); }
td.TdClassName
{
border-color: #6A6DBC;
}
.TagClassName
{
border-color: #6A6DBC;
}
</style>