Shades of Chetwode Blue #6B70AE
Tints of Chetwode Blue #6B70AE
RGB
CMYK
RGB Variations
Color information
#6B70AE (or 0x6B70AE) is known color: Chetwode Blue. HEX triplet: 6B, 70 and AE. RGB value is (107,112,174). Sum of RGB (Red+Green+Blue) = 107+112+174=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B70AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B70AE is #948F51. Grayscale: #757575. Windows color (decimal): -9736018 or 11432043. OLE color: 11432043.
HSL color Cylindrical-coordinate representation of color #6B70AE: hue angle of 235.52º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B70AE is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 112 | 174 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.32 |
| HSL | 235.52º | 0.29% | 0.55% | - |
| HSV(B) | 235.52º | 0.39% | 0.68% | - |
| XYZ | 19.5 | 17.77 | 42.45 | - |
| YUV | 117.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 174 | 0.39 | 0.36 | 0 | 0.32 | 235.52 | 0.29 | 0.55 |
| Hex | 6B | 70 | AE | 27 | 24 | 0 | 20 | EC | 1D | 37 |
| Octal | 153 | 160 | 256 | 47 | 44 | 0 | 40 | 354 | 35 | 67 |
| Binary | 1101011 | 1110000 | 10101110 | 100111 | 100100 | 0 | 100000 | 11101100 | 11101 | 110111 |
Color Harmonies of #6B70AE
Complementary color
Monochromatic Colors of #6B70AE
Black with #6B70AE
Text Example
Text Example
White with #6B70AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B70AE; }
p { color: rgb(107,112,174); }
H1.HeaderClassName
{
color: #6B70AE;
}
.AnyTagClassName
{
color: #6B70AE;
}
</style>
background-color css
<style>
a { background-color: #6B70AE; }
a { background-color: rgb(107,112,174); }
div.DivClassName
{
background-color: #6B70AE;
}
.BgClassName
{
background-color: #6B70AE;
}
</style>
border-color css
<style>
span { border-color: #6B70AE; }
span { border-color: rgb(107,112,174); }
td.TdClassName
{
border-color: #6B70AE;
}
.TagClassName
{
border-color: #6B70AE;
}
</style>