Shades of Chetwode Blue #6966B5
Tints of Chetwode Blue #6966B5
RGB
CMYK
RGB Variations
Color information
#6966B5 (or 0x6966B5) is known color: Chetwode Blue. HEX triplet: 69, 66 and B5. RGB value is (105,102,181). Sum of RGB (Red+Green+Blue) = 105+102+181=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #6966B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6966B5 is #96994A. Grayscale: #6F6F6F. Windows color (decimal): -9869643 or 11888233. OLE color: 11888233.
HSL color Cylindrical-coordinate representation of color #6966B5: hue angle of 242.28º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6966B5 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 102 | 181 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.29 |
| HSL | 242.28º | 0.35% | 0.55% | - |
| HSV(B) | 242.28º | 0.44% | 0.71% | - |
| XYZ | 18.92 | 15.84 | 45.78 | - |
| YUV | 111.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 181 | 0.42 | 0.44 | 0 | 0.29 | 242.28 | 0.35 | 0.55 |
| Hex | 69 | 66 | B5 | 2A | 2C | 0 | 1D | F2 | 23 | 37 |
| Octal | 151 | 146 | 265 | 52 | 54 | 0 | 35 | 362 | 43 | 67 |
| Binary | 1101001 | 1100110 | 10110101 | 101010 | 101100 | 0 | 11101 | 11110010 | 100011 | 110111 |
Color Harmonies of #6966B5
Complementary color
Monochromatic Colors of #6966B5
Black with #6966B5
Text Example
Text Example
White with #6966B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6966B5; }
p { color: rgb(105,102,181); }
H1.HeaderClassName
{
color: #6966B5;
}
.AnyTagClassName
{
color: #6966B5;
}
</style>
background-color css
<style>
a { background-color: #6966B5; }
a { background-color: rgb(105,102,181); }
div.DivClassName
{
background-color: #6966B5;
}
.BgClassName
{
background-color: #6966B5;
}
</style>
border-color css
<style>
span { border-color: #6966B5; }
span { border-color: rgb(105,102,181); }
td.TdClassName
{
border-color: #6966B5;
}
.TagClassName
{
border-color: #6966B5;
}
</style>