Shades of Chetwode Blue #686CB3
Tints of Chetwode Blue #686CB3
RGB
CMYK
RGB Variations
Color information
#686CB3 (or 0x686CB3) is known color: Chetwode Blue. HEX triplet: 68, 6C and B3. RGB value is (104,108,179). Sum of RGB (Red+Green+Blue) = 104+108+179=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #686CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CB3 is #97934C. Grayscale: #727272. Windows color (decimal): -9933645 or 11758696. OLE color: 11758696.
HSL color Cylindrical-coordinate representation of color #686CB3: hue angle of 236.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #686CB3 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 108 | 179 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.30 |
| HSL | 236.8º | 0.33% | 0.55% | - |
| HSV(B) | 236.8º | 0.42% | 0.7% | - |
| XYZ | 19.21 | 16.92 | 44.9 | - |
| YUV | 114.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 179 | 0.42 | 0.40 | 0 | 0.30 | 236.8 | 0.33 | 0.55 |
| Hex | 68 | 6C | B3 | 2A | 28 | 0 | 1E | ED | 21 | 37 |
| Octal | 150 | 154 | 263 | 52 | 50 | 0 | 36 | 355 | 41 | 67 |
| Binary | 1101000 | 1101100 | 10110011 | 101010 | 101000 | 0 | 11110 | 11101101 | 100001 | 110111 |
Color Harmonies of #686CB3
Complementary color
Monochromatic Colors of #686CB3
Black with #686CB3
Text Example
Text Example
White with #686CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CB3; }
p { color: rgb(104,108,179); }
H1.HeaderClassName
{
color: #686CB3;
}
.AnyTagClassName
{
color: #686CB3;
}
</style>
background-color css
<style>
a { background-color: #686CB3; }
a { background-color: rgb(104,108,179); }
div.DivClassName
{
background-color: #686CB3;
}
.BgClassName
{
background-color: #686CB3;
}
</style>
border-color css
<style>
span { border-color: #686CB3; }
span { border-color: rgb(104,108,179); }
td.TdClassName
{
border-color: #686CB3;
}
.TagClassName
{
border-color: #686CB3;
}
</style>