Shades of Chetwode Blue #686CBA
Tints of Chetwode Blue #686CBA
RGB
CMYK
RGB Variations
Color information
#686CBA (or 0x686CBA) is known color: Chetwode Blue. HEX triplet: 68, 6C and BA. RGB value is (104,108,186). Sum of RGB (Red+Green+Blue) = 104+108+186=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #686CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CBA is #979345. Grayscale: #737373. Windows color (decimal): -9933638 or 12217448. OLE color: 12217448.
HSL color Cylindrical-coordinate representation of color #686CBA: hue angle of 237.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #686CBA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 108 | 186 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.27 |
| HSL | 237.07º | 0.37% | 0.57% | - |
| HSV(B) | 237.07º | 0.44% | 0.73% | - |
| XYZ | 19.93 | 17.21 | 48.73 | - |
| YUV | 115.7 | 167.67 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 186 | 0.44 | 0.42 | 0 | 0.27 | 237.07 | 0.37 | 0.57 |
| Hex | 68 | 6C | BA | 2C | 2A | 0 | 1B | ED | 25 | 39 |
| Octal | 150 | 154 | 272 | 54 | 52 | 0 | 33 | 355 | 45 | 71 |
| Binary | 1101000 | 1101100 | 10111010 | 101100 | 101010 | 0 | 11011 | 11101101 | 100101 | 111001 |
Color Harmonies of #686CBA
Complementary color
Monochromatic Colors of #686CBA
Black with #686CBA
Text Example
Text Example
White with #686CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CBA; }
p { color: rgb(104,108,186); }
H1.HeaderClassName
{
color: #686CBA;
}
.AnyTagClassName
{
color: #686CBA;
}
</style>
background-color css
<style>
a { background-color: #686CBA; }
a { background-color: rgb(104,108,186); }
div.DivClassName
{
background-color: #686CBA;
}
.BgClassName
{
background-color: #686CBA;
}
</style>
border-color css
<style>
span { border-color: #686CBA; }
span { border-color: rgb(104,108,186); }
td.TdClassName
{
border-color: #686CBA;
}
.TagClassName
{
border-color: #686CBA;
}
</style>