Shades of Chetwode Blue #6B7ABF
Tints of Chetwode Blue #6B7ABF
RGB
CMYK
RGB Variations
Color information
#6B7ABF (or 0x6B7ABF) is known color: Chetwode Blue. HEX triplet: 6B, 7A and BF. RGB value is (107,122,191). Sum of RGB (Red+Green+Blue) = 107+122+191=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7ABF is #948540. Grayscale: #7D7D7D. Windows color (decimal): -9733441 or 12548715. OLE color: 12548715.
HSL color Cylindrical-coordinate representation of color #6B7ABF: hue angle of 229.29º degrees, saturation: 0.4, 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 #6B7ABF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 122 | 191 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.25 |
| HSL | 229.29º | 0.4% | 0.58% | - |
| HSV(B) | 229.29º | 0.44% | 0.75% | - |
| XYZ | 22.43 | 20.81 | 52.12 | - |
| YUV | 125.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 191 | 0.44 | 0.36 | 0 | 0.25 | 229.29 | 0.4 | 0.58 |
| Hex | 6B | 7A | BF | 2C | 24 | 0 | 19 | E5 | 28 | 3A |
| Octal | 153 | 172 | 277 | 54 | 44 | 0 | 31 | 345 | 50 | 72 |
| Binary | 1101011 | 1111010 | 10111111 | 101100 | 100100 | 0 | 11001 | 11100101 | 101000 | 111010 |
Color Harmonies of #6B7ABF
Complementary color
Monochromatic Colors of #6B7ABF
Black with #6B7ABF
Text Example
Text Example
White with #6B7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7ABF; }
p { color: rgb(107,122,191); }
H1.HeaderClassName
{
color: #6B7ABF;
}
.AnyTagClassName
{
color: #6B7ABF;
}
</style>
background-color css
<style>
a { background-color: #6B7ABF; }
a { background-color: rgb(107,122,191); }
div.DivClassName
{
background-color: #6B7ABF;
}
.BgClassName
{
background-color: #6B7ABF;
}
</style>
border-color css
<style>
span { border-color: #6B7ABF; }
span { border-color: rgb(107,122,191); }
td.TdClassName
{
border-color: #6B7ABF;
}
.TagClassName
{
border-color: #6B7ABF;
}
</style>