Shades of Chetwode Blue #6A6DB3
Tints of Chetwode Blue #6A6DB3
RGB
CMYK
RGB Variations
Color information
#6A6DB3 (or 0x6A6DB3) is known color: Chetwode Blue. HEX triplet: 6A, 6D and B3. RGB value is (106,109,179). Sum of RGB (Red+Green+Blue) = 106+109+179=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #6A6DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6DB3 is #95924C. Grayscale: #737373. Windows color (decimal): -9802317 or 11758954. OLE color: 11758954.
HSL color Cylindrical-coordinate representation of color #6A6DB3: hue angle of 237.53º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A6DB3 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 109 | 179 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.30 |
| HSL | 237.53º | 0.32% | 0.56% | - |
| HSV(B) | 237.53º | 0.41% | 0.7% | - |
| XYZ | 19.55 | 17.26 | 44.95 | - |
| YUV | 116.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 179 | 0.41 | 0.39 | 0 | 0.30 | 237.53 | 0.32 | 0.56 |
| Hex | 6A | 6D | B3 | 29 | 27 | 0 | 1E | EE | 20 | 38 |
| Octal | 152 | 155 | 263 | 51 | 47 | 0 | 36 | 356 | 40 | 70 |
| Binary | 1101010 | 1101101 | 10110011 | 101001 | 100111 | 0 | 11110 | 11101110 | 100000 | 111000 |
Color Harmonies of #6A6DB3
Complementary color
Monochromatic Colors of #6A6DB3
Black with #6A6DB3
Text Example
Text Example
White with #6A6DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6DB3; }
p { color: rgb(106,109,179); }
H1.HeaderClassName
{
color: #6A6DB3;
}
.AnyTagClassName
{
color: #6A6DB3;
}
</style>
background-color css
<style>
a { background-color: #6A6DB3; }
a { background-color: rgb(106,109,179); }
div.DivClassName
{
background-color: #6A6DB3;
}
.BgClassName
{
background-color: #6A6DB3;
}
</style>
border-color css
<style>
span { border-color: #6A6DB3; }
span { border-color: rgb(106,109,179); }
td.TdClassName
{
border-color: #6A6DB3;
}
.TagClassName
{
border-color: #6A6DB3;
}
</style>