Shades of Chetwode Blue #6767AB
Tints of Chetwode Blue #6767AB
RGB
CMYK
RGB Variations
Color information
#6767AB (or 0x6767AB) is known color: Chetwode Blue. HEX triplet: 67, 67 and AB. RGB value is (103,103,171). Sum of RGB (Red+Green+Blue) = 103+103+171=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #6767AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6767AB is #989854. Grayscale: #6E6E6E. Windows color (decimal): -10000469 or 11233127. OLE color: 11233127.
HSL color Cylindrical-coordinate representation of color #6767AB: hue angle of 240º 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 #6767AB is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 103 | 171 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.33 |
| HSL | 240º | 0.29% | 0.54% | - |
| HSV(B) | 240º | 0.4% | 0.67% | - |
| XYZ | 17.79 | 15.52 | 40.59 | - |
| YUV | 110.75 | 162 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 103 | 171 | 0.40 | 0.40 | 0 | 0.33 | 240 | 0.29 | 0.54 |
| Hex | 67 | 67 | AB | 28 | 28 | 0 | 21 | F0 | 1D | 36 |
| Octal | 147 | 147 | 253 | 50 | 50 | 0 | 41 | 360 | 35 | 66 |
| Binary | 1100111 | 1100111 | 10101011 | 101000 | 101000 | 0 | 100001 | 11110000 | 11101 | 110110 |
Color Harmonies of #6767AB
Complementary color
Monochromatic Colors of #6767AB
Black with #6767AB
Text Example
Text Example
White with #6767AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6767AB; }
p { color: rgb(103,103,171); }
H1.HeaderClassName
{
color: #6767AB;
}
.AnyTagClassName
{
color: #6767AB;
}
</style>
background-color css
<style>
a { background-color: #6767AB; }
a { background-color: rgb(103,103,171); }
div.DivClassName
{
background-color: #6767AB;
}
.BgClassName
{
background-color: #6767AB;
}
</style>
border-color css
<style>
span { border-color: #6767AB; }
span { border-color: rgb(103,103,171); }
td.TdClassName
{
border-color: #6767AB;
}
.TagClassName
{
border-color: #6767AB;
}
</style>