Shades of Chetwode Blue #6771AB
Tints of Chetwode Blue #6771AB
RGB
CMYK
RGB Variations
Color information
#6771AB (or 0x6771AB) is known color: Chetwode Blue. HEX triplet: 67, 71 and AB. RGB value is (103,113,171). Sum of RGB (Red+Green+Blue) = 103+113+171=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6771AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6771AB is #988E54. Grayscale: #747474. Windows color (decimal): -9997909 or 11235687. OLE color: 11235687.
HSL color Cylindrical-coordinate representation of color #6771AB: hue angle of 231.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6771AB is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 113 | 171 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.33 |
| HSL | 231.18º | 0.29% | 0.54% | - |
| HSV(B) | 231.18º | 0.4% | 0.67% | - |
| XYZ | 18.85 | 17.63 | 40.94 | - |
| YUV | 116.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 171 | 0.40 | 0.34 | 0 | 0.33 | 231.18 | 0.29 | 0.54 |
| Hex | 67 | 71 | AB | 28 | 22 | 0 | 21 | E7 | 1D | 36 |
| Octal | 147 | 161 | 253 | 50 | 42 | 0 | 41 | 347 | 35 | 66 |
| Binary | 1100111 | 1110001 | 10101011 | 101000 | 100010 | 0 | 100001 | 11100111 | 11101 | 110110 |
Color Harmonies of #6771AB
Complementary color
Monochromatic Colors of #6771AB
Black with #6771AB
Text Example
Text Example
White with #6771AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6771AB; }
p { color: rgb(103,113,171); }
H1.HeaderClassName
{
color: #6771AB;
}
.AnyTagClassName
{
color: #6771AB;
}
</style>
background-color css
<style>
a { background-color: #6771AB; }
a { background-color: rgb(103,113,171); }
div.DivClassName
{
background-color: #6771AB;
}
.BgClassName
{
background-color: #6771AB;
}
</style>
border-color css
<style>
span { border-color: #6771AB; }
span { border-color: rgb(103,113,171); }
td.TdClassName
{
border-color: #6771AB;
}
.TagClassName
{
border-color: #6771AB;
}
</style>