Shades of Chetwode Blue #6968B5
Tints of Chetwode Blue #6968B5
RGB
CMYK
RGB Variations
Color information
#6968B5 (or 0x6968B5) is known color: Chetwode Blue. HEX triplet: 69, 68 and B5. RGB value is (105,104,181). Sum of RGB (Red+Green+Blue) = 105+104+181=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #6968B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6968B5 is #96974A. Grayscale: #707070. Windows color (decimal): -9869131 or 11888745. OLE color: 11888745.
HSL color Cylindrical-coordinate representation of color #6968B5: hue angle of 240.78º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6968B5 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 104 | 181 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.29 |
| HSL | 240.78º | 0.34% | 0.56% | - |
| HSV(B) | 240.78º | 0.43% | 0.71% | - |
| XYZ | 19.12 | 16.24 | 45.84 | - |
| YUV | 113.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 181 | 0.42 | 0.43 | 0 | 0.29 | 240.78 | 0.34 | 0.56 |
| Hex | 69 | 68 | B5 | 2A | 2B | 0 | 1D | F1 | 22 | 38 |
| Octal | 151 | 150 | 265 | 52 | 53 | 0 | 35 | 361 | 42 | 70 |
| Binary | 1101001 | 1101000 | 10110101 | 101010 | 101011 | 0 | 11101 | 11110001 | 100010 | 111000 |
Color Harmonies of #6968B5
Complementary color
Monochromatic Colors of #6968B5
Black with #6968B5
Text Example
Text Example
White with #6968B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6968B5; }
p { color: rgb(105,104,181); }
H1.HeaderClassName
{
color: #6968B5;
}
.AnyTagClassName
{
color: #6968B5;
}
</style>
background-color css
<style>
a { background-color: #6968B5; }
a { background-color: rgb(105,104,181); }
div.DivClassName
{
background-color: #6968B5;
}
.BgClassName
{
background-color: #6968B5;
}
</style>
border-color css
<style>
span { border-color: #6968B5; }
span { border-color: rgb(105,104,181); }
td.TdClassName
{
border-color: #6968B5;
}
.TagClassName
{
border-color: #6968B5;
}
</style>