Shades of Chetwode Blue #686AB5
Tints of Chetwode Blue #686AB5
RGB
CMYK
RGB Variations
Color information
#686AB5 (or 0x686AB5) is known color: Chetwode Blue. HEX triplet: 68, 6A and B5. RGB value is (104,106,181). Sum of RGB (Red+Green+Blue) = 104+106+181=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #686AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AB5 is #97954A. Grayscale: #717171. Windows color (decimal): -9934155 or 11889256. OLE color: 11889256.
HSL color Cylindrical-coordinate representation of color #686AB5: hue angle of 238.44º 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 #686AB5 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 106 | 181 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.29 |
| HSL | 238.44º | 0.34% | 0.56% | - |
| HSV(B) | 238.44º | 0.43% | 0.71% | - |
| XYZ | 19.2 | 16.59 | 45.91 | - |
| YUV | 113.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 181 | 0.43 | 0.41 | 0 | 0.29 | 238.44 | 0.34 | 0.56 |
| Hex | 68 | 6A | B5 | 2B | 29 | 0 | 1D | EE | 22 | 38 |
| Octal | 150 | 152 | 265 | 53 | 51 | 0 | 35 | 356 | 42 | 70 |
| Binary | 1101000 | 1101010 | 10110101 | 101011 | 101001 | 0 | 11101 | 11101110 | 100010 | 111000 |
Color Harmonies of #686AB5
Complementary color
Monochromatic Colors of #686AB5
Black with #686AB5
Text Example
Text Example
White with #686AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AB5; }
p { color: rgb(104,106,181); }
H1.HeaderClassName
{
color: #686AB5;
}
.AnyTagClassName
{
color: #686AB5;
}
</style>
background-color css
<style>
a { background-color: #686AB5; }
a { background-color: rgb(104,106,181); }
div.DivClassName
{
background-color: #686AB5;
}
.BgClassName
{
background-color: #686AB5;
}
</style>
border-color css
<style>
span { border-color: #686AB5; }
span { border-color: rgb(104,106,181); }
td.TdClassName
{
border-color: #686AB5;
}
.TagClassName
{
border-color: #686AB5;
}
</style>