Shades of Chetwode Blue #6967AB
Tints of Chetwode Blue #6967AB
RGB
CMYK
RGB Variations
Color information
#6967AB (or 0x6967AB) is known color: Chetwode Blue. HEX triplet: 69, 67 and AB. RGB value is (105,103,171). Sum of RGB (Red+Green+Blue) = 105+103+171=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #6967AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6967AB is #969854. Grayscale: #6F6F6F. Windows color (decimal): -9869397 or 11233129. OLE color: 11233129.
HSL color Cylindrical-coordinate representation of color #6967AB: hue angle of 241.76º 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 #6967AB is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 103 | 171 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.33 |
| HSL | 241.76º | 0.29% | 0.54% | - |
| HSV(B) | 241.76º | 0.4% | 0.67% | - |
| XYZ | 18.03 | 15.64 | 40.6 | - |
| YUV | 111.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 171 | 0.39 | 0.40 | 0 | 0.33 | 241.76 | 0.29 | 0.54 |
| Hex | 69 | 67 | AB | 27 | 28 | 0 | 21 | F2 | 1D | 36 |
| Octal | 151 | 147 | 253 | 47 | 50 | 0 | 41 | 362 | 35 | 66 |
| Binary | 1101001 | 1100111 | 10101011 | 100111 | 101000 | 0 | 100001 | 11110010 | 11101 | 110110 |
Color Harmonies of #6967AB
Complementary color
Monochromatic Colors of #6967AB
Black with #6967AB
Text Example
Text Example
White with #6967AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6967AB; }
p { color: rgb(105,103,171); }
H1.HeaderClassName
{
color: #6967AB;
}
.AnyTagClassName
{
color: #6967AB;
}
</style>
background-color css
<style>
a { background-color: #6967AB; }
a { background-color: rgb(105,103,171); }
div.DivClassName
{
background-color: #6967AB;
}
.BgClassName
{
background-color: #6967AB;
}
</style>
border-color css
<style>
span { border-color: #6967AB; }
span { border-color: rgb(105,103,171); }
td.TdClassName
{
border-color: #6967AB;
}
.TagClassName
{
border-color: #6967AB;
}
</style>