Shades of Chetwode Blue #6B70BD
Tints of Chetwode Blue #6B70BD
RGB
CMYK
RGB Variations
Color information
#6B70BD (or 0x6B70BD) is known color: Chetwode Blue. HEX triplet: 6B, 70 and BD. RGB value is (107,112,189). Sum of RGB (Red+Green+Blue) = 107+112+189=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B70BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B70BD is #948F42. Grayscale: #767676. Windows color (decimal): -9736003 or 12415083. OLE color: 12415083.
HSL color Cylindrical-coordinate representation of color #6B70BD: hue angle of 236.34º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B70BD is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 112 | 189 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.26 |
| HSL | 236.34º | 0.38% | 0.58% | - |
| HSV(B) | 236.34º | 0.43% | 0.74% | - |
| XYZ | 21.04 | 18.39 | 50.58 | - |
| YUV | 119.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 189 | 0.43 | 0.41 | 0 | 0.26 | 236.34 | 0.38 | 0.58 |
| Hex | 6B | 70 | BD | 2B | 29 | 0 | 1A | EC | 26 | 3A |
| Octal | 153 | 160 | 275 | 53 | 51 | 0 | 32 | 354 | 46 | 72 |
| Binary | 1101011 | 1110000 | 10111101 | 101011 | 101001 | 0 | 11010 | 11101100 | 100110 | 111010 |
Color Harmonies of #6B70BD
Complementary color
Monochromatic Colors of #6B70BD
Black with #6B70BD
Text Example
Text Example
White with #6B70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B70BD; }
p { color: rgb(107,112,189); }
H1.HeaderClassName
{
color: #6B70BD;
}
.AnyTagClassName
{
color: #6B70BD;
}
</style>
background-color css
<style>
a { background-color: #6B70BD; }
a { background-color: rgb(107,112,189); }
div.DivClassName
{
background-color: #6B70BD;
}
.BgClassName
{
background-color: #6B70BD;
}
</style>
border-color css
<style>
span { border-color: #6B70BD; }
span { border-color: rgb(107,112,189); }
td.TdClassName
{
border-color: #6B70BD;
}
.TagClassName
{
border-color: #6B70BD;
}
</style>