Shades of Chetwode Blue #6B75AB
Tints of Chetwode Blue #6B75AB
RGB
CMYK
RGB Variations
Color information
#6B75AB (or 0x6B75AB) is known color: Chetwode Blue. HEX triplet: 6B, 75 and AB. RGB value is (107,117,171). Sum of RGB (Red+Green+Blue) = 107+117+171=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B75AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B75AB is #948A54. Grayscale: #777777. Windows color (decimal): -9734741 or 11236715. OLE color: 11236715.
HSL color Cylindrical-coordinate representation of color #6B75AB: hue angle of 230.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B75AB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 117 | 171 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.33 |
| HSL | 230.63º | 0.28% | 0.55% | - |
| HSV(B) | 230.63º | 0.37% | 0.67% | - |
| XYZ | 19.78 | 18.79 | 41.11 | - |
| YUV | 120.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 171 | 0.37 | 0.32 | 0 | 0.33 | 230.63 | 0.28 | 0.55 |
| Hex | 6B | 75 | AB | 25 | 20 | 0 | 21 | E7 | 1C | 37 |
| Octal | 153 | 165 | 253 | 45 | 40 | 0 | 41 | 347 | 34 | 67 |
| Binary | 1101011 | 1110101 | 10101011 | 100101 | 100000 | 0 | 100001 | 11100111 | 11100 | 110111 |
Color Harmonies of #6B75AB
Complementary color
Monochromatic Colors of #6B75AB
Black with #6B75AB
Text Example
Text Example
White with #6B75AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B75AB; }
p { color: rgb(107,117,171); }
H1.HeaderClassName
{
color: #6B75AB;
}
.AnyTagClassName
{
color: #6B75AB;
}
</style>
background-color css
<style>
a { background-color: #6B75AB; }
a { background-color: rgb(107,117,171); }
div.DivClassName
{
background-color: #6B75AB;
}
.BgClassName
{
background-color: #6B75AB;
}
</style>
border-color css
<style>
span { border-color: #6B75AB; }
span { border-color: rgb(107,117,171); }
td.TdClassName
{
border-color: #6B75AB;
}
.TagClassName
{
border-color: #6B75AB;
}
</style>