Shades of Chetwode Blue #686BB1
Tints of Chetwode Blue #686BB1
RGB
CMYK
RGB Variations
Color information
#686BB1 (or 0x686BB1) is known color: Chetwode Blue. HEX triplet: 68, 6B and B1. RGB value is (104,107,177). Sum of RGB (Red+Green+Blue) = 104+107+177=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #686BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686BB1 is #97944E. Grayscale: #717171. Windows color (decimal): -9933903 or 11627368. OLE color: 11627368.
HSL color Cylindrical-coordinate representation of color #686BB1: hue angle of 237.53º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #686BB1 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 107 | 177 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.31 |
| HSL | 237.53º | 0.32% | 0.55% | - |
| HSV(B) | 237.53º | 0.41% | 0.69% | - |
| XYZ | 18.9 | 16.63 | 43.81 | - |
| YUV | 114.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 177 | 0.41 | 0.40 | 0 | 0.31 | 237.53 | 0.32 | 0.55 |
| Hex | 68 | 6B | B1 | 29 | 28 | 0 | 1F | EE | 20 | 37 |
| Octal | 150 | 153 | 261 | 51 | 50 | 0 | 37 | 356 | 40 | 67 |
| Binary | 1101000 | 1101011 | 10110001 | 101001 | 101000 | 0 | 11111 | 11101110 | 100000 | 110111 |
Color Harmonies of #686BB1
Complementary color
Monochromatic Colors of #686BB1
Black with #686BB1
Text Example
Text Example
White with #686BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BB1; }
p { color: rgb(104,107,177); }
H1.HeaderClassName
{
color: #686BB1;
}
.AnyTagClassName
{
color: #686BB1;
}
</style>
background-color css
<style>
a { background-color: #686BB1; }
a { background-color: rgb(104,107,177); }
div.DivClassName
{
background-color: #686BB1;
}
.BgClassName
{
background-color: #686BB1;
}
</style>
border-color css
<style>
span { border-color: #686BB1; }
span { border-color: rgb(104,107,177); }
td.TdClassName
{
border-color: #686BB1;
}
.TagClassName
{
border-color: #686BB1;
}
</style>