Shades of Chetwode Blue #686FB1
Tints of Chetwode Blue #686FB1
RGB
CMYK
RGB Variations
Color information
#686FB1 (or 0x686FB1) is known color: Chetwode Blue. HEX triplet: 68, 6F and B1. RGB value is (104,111,177). Sum of RGB (Red+Green+Blue) = 104+111+177=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #686FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686FB1 is #97904E. Grayscale: #747474. Windows color (decimal): -9932879 or 11628392. OLE color: 11628392.
HSL color Cylindrical-coordinate representation of color #686FB1: hue angle of 234.25º 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 #686FB1 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 111 | 177 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.31 |
| HSL | 234.25º | 0.32% | 0.55% | - |
| HSV(B) | 234.25º | 0.41% | 0.69% | - |
| XYZ | 19.33 | 17.49 | 43.95 | - |
| YUV | 116.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 177 | 0.41 | 0.37 | 0 | 0.31 | 234.25 | 0.32 | 0.55 |
| Hex | 68 | 6F | B1 | 29 | 25 | 0 | 1F | EA | 20 | 37 |
| Octal | 150 | 157 | 261 | 51 | 45 | 0 | 37 | 352 | 40 | 67 |
| Binary | 1101000 | 1101111 | 10110001 | 101001 | 100101 | 0 | 11111 | 11101010 | 100000 | 110111 |
Color Harmonies of #686FB1
Complementary color
Monochromatic Colors of #686FB1
Black with #686FB1
Text Example
Text Example
White with #686FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FB1; }
p { color: rgb(104,111,177); }
H1.HeaderClassName
{
color: #686FB1;
}
.AnyTagClassName
{
color: #686FB1;
}
</style>
background-color css
<style>
a { background-color: #686FB1; }
a { background-color: rgb(104,111,177); }
div.DivClassName
{
background-color: #686FB1;
}
.BgClassName
{
background-color: #686FB1;
}
</style>
border-color css
<style>
span { border-color: #686FB1; }
span { border-color: rgb(104,111,177); }
td.TdClassName
{
border-color: #686FB1;
}
.TagClassName
{
border-color: #686FB1;
}
</style>