Shades of Chetwode Blue #686AB2
Tints of Chetwode Blue #686AB2
RGB
CMYK
RGB Variations
Color information
#686AB2 (or 0x686AB2) is known color: Chetwode Blue. HEX triplet: 68, 6A and B2. RGB value is (104,106,178). Sum of RGB (Red+Green+Blue) = 104+106+178=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #686AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686AB2 is #97954D. Grayscale: #717171. Windows color (decimal): -9934158 or 11692648. OLE color: 11692648.
HSL color Cylindrical-coordinate representation of color #686AB2: hue angle of 238.38º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #686AB2 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 106 | 178 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.30 |
| HSL | 238.38º | 0.32% | 0.55% | - |
| HSV(B) | 238.38º | 0.42% | 0.7% | - |
| XYZ | 18.9 | 16.47 | 44.3 | - |
| YUV | 113.61 | 164.34 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 178 | 0.42 | 0.40 | 0 | 0.30 | 238.38 | 0.32 | 0.55 |
| Hex | 68 | 6A | B2 | 2A | 28 | 0 | 1E | EE | 20 | 37 |
| Octal | 150 | 152 | 262 | 52 | 50 | 0 | 36 | 356 | 40 | 67 |
| Binary | 1101000 | 1101010 | 10110010 | 101010 | 101000 | 0 | 11110 | 11101110 | 100000 | 110111 |
Color Harmonies of #686AB2
Complementary color
Monochromatic Colors of #686AB2
Black with #686AB2
Text Example
Text Example
White with #686AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AB2; }
p { color: rgb(104,106,178); }
H1.HeaderClassName
{
color: #686AB2;
}
.AnyTagClassName
{
color: #686AB2;
}
</style>
background-color css
<style>
a { background-color: #686AB2; }
a { background-color: rgb(104,106,178); }
div.DivClassName
{
background-color: #686AB2;
}
.BgClassName
{
background-color: #686AB2;
}
</style>
border-color css
<style>
span { border-color: #686AB2; }
span { border-color: rgb(104,106,178); }
td.TdClassName
{
border-color: #686AB2;
}
.TagClassName
{
border-color: #686AB2;
}
</style>