Shades of Chetwode Blue #686AB4
Tints of Chetwode Blue #686AB4
RGB
CMYK
RGB Variations
Color information
#686AB4 (or 0x686AB4) is known color: Chetwode Blue. HEX triplet: 68, 6A and B4. RGB value is (104,106,180). Sum of RGB (Red+Green+Blue) = 104+106+180=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #686AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AB4 is #97954B. Grayscale: #717171. Windows color (decimal): -9934156 or 11823720. OLE color: 11823720.
HSL color Cylindrical-coordinate representation of color #686AB4: hue angle of 238.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #686AB4 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 106 | 180 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.29 |
| HSL | 238.42º | 0.34% | 0.56% | - |
| HSV(B) | 238.42º | 0.42% | 0.71% | - |
| XYZ | 19.1 | 16.55 | 45.37 | - |
| YUV | 113.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 180 | 0.42 | 0.41 | 0 | 0.29 | 238.42 | 0.34 | 0.56 |
| Hex | 68 | 6A | B4 | 2A | 29 | 0 | 1D | EE | 22 | 38 |
| Octal | 150 | 152 | 264 | 52 | 51 | 0 | 35 | 356 | 42 | 70 |
| Binary | 1101000 | 1101010 | 10110100 | 101010 | 101001 | 0 | 11101 | 11101110 | 100010 | 111000 |
Color Harmonies of #686AB4
Complementary color
Monochromatic Colors of #686AB4
Black with #686AB4
Text Example
Text Example
White with #686AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AB4; }
p { color: rgb(104,106,180); }
H1.HeaderClassName
{
color: #686AB4;
}
.AnyTagClassName
{
color: #686AB4;
}
</style>
background-color css
<style>
a { background-color: #686AB4; }
a { background-color: rgb(104,106,180); }
div.DivClassName
{
background-color: #686AB4;
}
.BgClassName
{
background-color: #686AB4;
}
</style>
border-color css
<style>
span { border-color: #686AB4; }
span { border-color: rgb(104,106,180); }
td.TdClassName
{
border-color: #686AB4;
}
.TagClassName
{
border-color: #686AB4;
}
</style>