Shades of Chetwode Blue #686ABF
Tints of Chetwode Blue #686ABF
RGB
CMYK
RGB Variations
Color information
#686ABF (or 0x686ABF) is known color: Chetwode Blue. HEX triplet: 68, 6A and BF. RGB value is (104,106,191). Sum of RGB (Red+Green+Blue) = 104+106+191=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #686ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ABF is #979540. Grayscale: #727272. Windows color (decimal): -9934145 or 12544616. OLE color: 12544616.
HSL color Cylindrical-coordinate representation of color #686ABF: hue angle of 238.62º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686ABF is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 106 | 191 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.25 |
| HSL | 238.62º | 0.4% | 0.58% | - |
| HSV(B) | 238.62º | 0.46% | 0.75% | - |
| XYZ | 20.27 | 17.01 | 51.51 | - |
| YUV | 115.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 191 | 0.46 | 0.45 | 0 | 0.25 | 238.62 | 0.4 | 0.58 |
| Hex | 68 | 6A | BF | 2E | 2D | 0 | 19 | EF | 28 | 3A |
| Octal | 150 | 152 | 277 | 56 | 55 | 0 | 31 | 357 | 50 | 72 |
| Binary | 1101000 | 1101010 | 10111111 | 101110 | 101101 | 0 | 11001 | 11101111 | 101000 | 111010 |
Color Harmonies of #686ABF
Complementary color
Monochromatic Colors of #686ABF
Black with #686ABF
Text Example
Text Example
White with #686ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ABF; }
p { color: rgb(104,106,191); }
H1.HeaderClassName
{
color: #686ABF;
}
.AnyTagClassName
{
color: #686ABF;
}
</style>
background-color css
<style>
a { background-color: #686ABF; }
a { background-color: rgb(104,106,191); }
div.DivClassName
{
background-color: #686ABF;
}
.BgClassName
{
background-color: #686ABF;
}
</style>
border-color css
<style>
span { border-color: #686ABF; }
span { border-color: rgb(104,106,191); }
td.TdClassName
{
border-color: #686ABF;
}
.TagClassName
{
border-color: #686ABF;
}
</style>