Shades of Chetwode Blue #6B719B
Tints of Chetwode Blue #6B719B
RGB
CMYK
RGB Variations
Color information
#6B719B (or 0x6B719B) is known color: Chetwode Blue. HEX triplet: 6B, 71 and 9B. RGB value is (107,113,155). Sum of RGB (Red+Green+Blue) = 107+113+155=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B719B is #948E64. Grayscale: #737373. Windows color (decimal): -9735781 or 10187115. OLE color: 10187115.
HSL color Cylindrical-coordinate representation of color #6B719B: hue angle of 232.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B719B is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 113 | 155 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.39 |
| HSL | 232.5º | 0.19% | 0.51% | - |
| HSV(B) | 232.5º | 0.31% | 0.61% | - |
| XYZ | 17.88 | 17.3 | 33.41 | - |
| YUV | 115.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 155 | 0.31 | 0.27 | 0 | 0.39 | 232.5 | 0.19 | 0.51 |
| Hex | 6B | 71 | 9B | 1F | 1B | 0 | 27 | E8 | 13 | 33 |
| Octal | 153 | 161 | 233 | 37 | 33 | 0 | 47 | 350 | 23 | 63 |
| Binary | 1101011 | 1110001 | 10011011 | 11111 | 11011 | 0 | 100111 | 11101000 | 10011 | 110011 |
Color Harmonies of #6B719B
Complementary color
Monochromatic Colors of #6B719B
Black with #6B719B
Text Example
Text Example
White with #6B719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B719B; }
p { color: rgb(107,113,155); }
H1.HeaderClassName
{
color: #6B719B;
}
.AnyTagClassName
{
color: #6B719B;
}
</style>
background-color css
<style>
a { background-color: #6B719B; }
a { background-color: rgb(107,113,155); }
div.DivClassName
{
background-color: #6B719B;
}
.BgClassName
{
background-color: #6B719B;
}
</style>
border-color css
<style>
span { border-color: #6B719B; }
span { border-color: rgb(107,113,155); }
td.TdClassName
{
border-color: #6B719B;
}
.TagClassName
{
border-color: #6B719B;
}
</style>