Shades of Chetwode Blue #6A70BE
Tints of Chetwode Blue #6A70BE
RGB
CMYK
RGB Variations
Color information
#6A70BE (or 0x6A70BE) is known color: Chetwode Blue. HEX triplet: 6A, 70 and BE. RGB value is (106,112,190). Sum of RGB (Red+Green+Blue) = 106+112+190=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A70BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A70BE is #958F41. Grayscale: #767676. Windows color (decimal): -9801538 or 12480618. OLE color: 12480618.
HSL color Cylindrical-coordinate representation of color #6A70BE: hue angle of 235.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A70BE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 112 | 190 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.25 |
| HSL | 235.71º | 0.39% | 0.58% | - |
| HSV(B) | 235.71º | 0.44% | 0.75% | - |
| XYZ | 21.03 | 18.37 | 51.15 | - |
| YUV | 119.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 190 | 0.44 | 0.41 | 0 | 0.25 | 235.71 | 0.39 | 0.58 |
| Hex | 6A | 70 | BE | 2C | 29 | 0 | 19 | EC | 27 | 3A |
| Octal | 152 | 160 | 276 | 54 | 51 | 0 | 31 | 354 | 47 | 72 |
| Binary | 1101010 | 1110000 | 10111110 | 101100 | 101001 | 0 | 11001 | 11101100 | 100111 | 111010 |
Color Harmonies of #6A70BE
Complementary color
Monochromatic Colors of #6A70BE
Black with #6A70BE
Text Example
Text Example
White with #6A70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A70BE; }
p { color: rgb(106,112,190); }
H1.HeaderClassName
{
color: #6A70BE;
}
.AnyTagClassName
{
color: #6A70BE;
}
</style>
background-color css
<style>
a { background-color: #6A70BE; }
a { background-color: rgb(106,112,190); }
div.DivClassName
{
background-color: #6A70BE;
}
.BgClassName
{
background-color: #6A70BE;
}
</style>
border-color css
<style>
span { border-color: #6A70BE; }
span { border-color: rgb(106,112,190); }
td.TdClassName
{
border-color: #6A70BE;
}
.TagClassName
{
border-color: #6A70BE;
}
</style>