Shades of Chetwode Blue #686DB3
Tints of Chetwode Blue #686DB3
RGB
CMYK
RGB Variations
Color information
#686DB3 (or 0x686DB3) is known color: Chetwode Blue. HEX triplet: 68, 6D and B3. RGB value is (104,109,179). Sum of RGB (Red+Green+Blue) = 104+109+179=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #686DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DB3 is #97924C. Grayscale: #737373. Windows color (decimal): -9933389 or 11758952. OLE color: 11758952.
HSL color Cylindrical-coordinate representation of color #686DB3: hue angle of 236º 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 #686DB3 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 109 | 179 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.30 |
| HSL | 236º | 0.33% | 0.55% | - |
| HSV(B) | 236º | 0.42% | 0.7% | - |
| XYZ | 19.31 | 17.14 | 44.94 | - |
| YUV | 115.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 179 | 0.42 | 0.39 | 0 | 0.30 | 236 | 0.33 | 0.55 |
| Hex | 68 | 6D | B3 | 2A | 27 | 0 | 1E | EC | 21 | 37 |
| Octal | 150 | 155 | 263 | 52 | 47 | 0 | 36 | 354 | 41 | 67 |
| Binary | 1101000 | 1101101 | 10110011 | 101010 | 100111 | 0 | 11110 | 11101100 | 100001 | 110111 |
Color Harmonies of #686DB3
Complementary color
Monochromatic Colors of #686DB3
Black with #686DB3
Text Example
Text Example
White with #686DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DB3; }
p { color: rgb(104,109,179); }
H1.HeaderClassName
{
color: #686DB3;
}
.AnyTagClassName
{
color: #686DB3;
}
</style>
background-color css
<style>
a { background-color: #686DB3; }
a { background-color: rgb(104,109,179); }
div.DivClassName
{
background-color: #686DB3;
}
.BgClassName
{
background-color: #686DB3;
}
</style>
border-color css
<style>
span { border-color: #686DB3; }
span { border-color: rgb(104,109,179); }
td.TdClassName
{
border-color: #686DB3;
}
.TagClassName
{
border-color: #686DB3;
}
</style>