Shades of Chetwode Blue #686AC5
Tints of Chetwode Blue #686AC5
RGB
CMYK
RGB Variations
Color information
#686AC5 (or 0x686AC5) is known color: Chetwode Blue. HEX triplet: 68, 6A and C5. RGB value is (104,106,197). Sum of RGB (Red+Green+Blue) = 104+106+197=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #686AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AC5 is #97953A. Grayscale: #737373. Windows color (decimal): -9934139 or 12937832. OLE color: 12937832.
HSL color Cylindrical-coordinate representation of color #686AC5: hue angle of 238.71º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #686AC5 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 106 | 197 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.23 |
| HSL | 238.71º | 0.44% | 0.59% | - |
| HSV(B) | 238.71º | 0.47% | 0.77% | - |
| XYZ | 20.94 | 17.28 | 55.06 | - |
| YUV | 115.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 197 | 0.47 | 0.46 | 0 | 0.23 | 238.71 | 0.44 | 0.59 |
| Hex | 68 | 6A | C5 | 2F | 2E | 0 | 17 | EF | 2C | 3B |
| Octal | 150 | 152 | 305 | 57 | 56 | 0 | 27 | 357 | 54 | 73 |
| Binary | 1101000 | 1101010 | 11000101 | 101111 | 101110 | 0 | 10111 | 11101111 | 101100 | 111011 |
Color Harmonies of #686AC5
Complementary color
Monochromatic Colors of #686AC5
Black with #686AC5
Text Example
Text Example
White with #686AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AC5; }
p { color: rgb(104,106,197); }
H1.HeaderClassName
{
color: #686AC5;
}
.AnyTagClassName
{
color: #686AC5;
}
</style>
background-color css
<style>
a { background-color: #686AC5; }
a { background-color: rgb(104,106,197); }
div.DivClassName
{
background-color: #686AC5;
}
.BgClassName
{
background-color: #686AC5;
}
</style>
border-color css
<style>
span { border-color: #686AC5; }
span { border-color: rgb(104,106,197); }
td.TdClassName
{
border-color: #686AC5;
}
.TagClassName
{
border-color: #686AC5;
}
</style>