Shades of Chetwode Blue #686AB7
Tints of Chetwode Blue #686AB7
RGB
CMYK
RGB Variations
Color information
#686AB7 (or 0x686AB7) is known color: Chetwode Blue. HEX triplet: 68, 6A and B7. RGB value is (104,106,183). Sum of RGB (Red+Green+Blue) = 104+106+183=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #686AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AB7 is #979548. Grayscale: #717171. Windows color (decimal): -9934153 or 12020328. OLE color: 12020328.
HSL color Cylindrical-coordinate representation of color #686AB7: hue angle of 238.48º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #686AB7 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 106 | 183 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.28 |
| HSL | 238.48º | 0.35% | 0.56% | - |
| HSV(B) | 238.48º | 0.43% | 0.72% | - |
| XYZ | 19.41 | 16.67 | 46.99 | - |
| YUV | 114.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 183 | 0.43 | 0.42 | 0 | 0.28 | 238.48 | 0.35 | 0.56 |
| Hex | 68 | 6A | B7 | 2B | 2A | 0 | 1C | EE | 23 | 38 |
| Octal | 150 | 152 | 267 | 53 | 52 | 0 | 34 | 356 | 43 | 70 |
| Binary | 1101000 | 1101010 | 10110111 | 101011 | 101010 | 0 | 11100 | 11101110 | 100011 | 111000 |
Color Harmonies of #686AB7
Complementary color
Monochromatic Colors of #686AB7
Black with #686AB7
Text Example
Text Example
White with #686AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AB7; }
p { color: rgb(104,106,183); }
H1.HeaderClassName
{
color: #686AB7;
}
.AnyTagClassName
{
color: #686AB7;
}
</style>
background-color css
<style>
a { background-color: #686AB7; }
a { background-color: rgb(104,106,183); }
div.DivClassName
{
background-color: #686AB7;
}
.BgClassName
{
background-color: #686AB7;
}
</style>
border-color css
<style>
span { border-color: #686AB7; }
span { border-color: rgb(104,106,183); }
td.TdClassName
{
border-color: #686AB7;
}
.TagClassName
{
border-color: #686AB7;
}
</style>