Shades of Chetwode Blue #6B7AB6
Tints of Chetwode Blue #6B7AB6
RGB
CMYK
RGB Variations
Color information
#6B7AB6 (or 0x6B7AB6) is known color: Chetwode Blue. HEX triplet: 6B, 7A and B6. RGB value is (107,122,182). Sum of RGB (Red+Green+Blue) = 107+122+182=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #6B7AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7AB6 is #948549. Grayscale: #7C7C7C. Windows color (decimal): -9733450 or 11958891. OLE color: 11958891.
HSL color Cylindrical-coordinate representation of color #6B7AB6: hue angle of 228º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B7AB6 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 122 | 182 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.29 |
| HSL | 228º | 0.34% | 0.57% | - |
| HSV(B) | 228º | 0.41% | 0.71% | - |
| XYZ | 21.47 | 20.42 | 47.07 | - |
| YUV | 124.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 182 | 0.41 | 0.33 | 0 | 0.29 | 228 | 0.34 | 0.57 |
| Hex | 6B | 7A | B6 | 29 | 21 | 0 | 1D | E4 | 22 | 39 |
| Octal | 153 | 172 | 266 | 51 | 41 | 0 | 35 | 344 | 42 | 71 |
| Binary | 1101011 | 1111010 | 10110110 | 101001 | 100001 | 0 | 11101 | 11100100 | 100010 | 111001 |
Color Harmonies of #6B7AB6
Complementary color
Monochromatic Colors of #6B7AB6
Black with #6B7AB6
Text Example
Text Example
White with #6B7AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7AB6; }
p { color: rgb(107,122,182); }
H1.HeaderClassName
{
color: #6B7AB6;
}
.AnyTagClassName
{
color: #6B7AB6;
}
</style>
background-color css
<style>
a { background-color: #6B7AB6; }
a { background-color: rgb(107,122,182); }
div.DivClassName
{
background-color: #6B7AB6;
}
.BgClassName
{
background-color: #6B7AB6;
}
</style>
border-color css
<style>
span { border-color: #6B7AB6; }
span { border-color: rgb(107,122,182); }
td.TdClassName
{
border-color: #6B7AB6;
}
.TagClassName
{
border-color: #6B7AB6;
}
</style>