Shades of Chetwode Blue #6B70BE
Tints of Chetwode Blue #6B70BE
RGB
CMYK
RGB Variations
Color information
#6B70BE (or 0x6B70BE) is known color: Chetwode Blue. HEX triplet: 6B, 70 and BE. RGB value is (107,112,190). Sum of RGB (Red+Green+Blue) = 107+112+190=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B70BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B70BE is #948F41. Grayscale: #777777. Windows color (decimal): -9736002 or 12480619. OLE color: 12480619.
HSL color Cylindrical-coordinate representation of color #6B70BE: hue angle of 236.39º 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 #6B70BE is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 112 | 190 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.25 |
| HSL | 236.39º | 0.39% | 0.58% | - |
| HSV(B) | 236.39º | 0.44% | 0.75% | - |
| XYZ | 21.15 | 18.43 | 51.16 | - |
| YUV | 119.4 | 167.84 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 190 | 0.44 | 0.41 | 0 | 0.25 | 236.39 | 0.39 | 0.58 |
| Hex | 6B | 70 | BE | 2C | 29 | 0 | 19 | EC | 27 | 3A |
| Octal | 153 | 160 | 276 | 54 | 51 | 0 | 31 | 354 | 47 | 72 |
| Binary | 1101011 | 1110000 | 10111110 | 101100 | 101001 | 0 | 11001 | 11101100 | 100111 | 111010 |
Color Harmonies of #6B70BE
Complementary color
Monochromatic Colors of #6B70BE
Black with #6B70BE
Text Example
Text Example
White with #6B70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B70BE; }
p { color: rgb(107,112,190); }
H1.HeaderClassName
{
color: #6B70BE;
}
.AnyTagClassName
{
color: #6B70BE;
}
</style>
background-color css
<style>
a { background-color: #6B70BE; }
a { background-color: rgb(107,112,190); }
div.DivClassName
{
background-color: #6B70BE;
}
.BgClassName
{
background-color: #6B70BE;
}
</style>
border-color css
<style>
span { border-color: #6B70BE; }
span { border-color: rgb(107,112,190); }
td.TdClassName
{
border-color: #6B70BE;
}
.TagClassName
{
border-color: #6B70BE;
}
</style>