Shades of Chetwode Blue #686BB3
Tints of Chetwode Blue #686BB3
RGB
CMYK
RGB Variations
Color information
#686BB3 (or 0x686BB3) is known color: Chetwode Blue. HEX triplet: 68, 6B and B3. RGB value is (104,107,179). Sum of RGB (Red+Green+Blue) = 104+107+179=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #686BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BB3 is #97944C. Grayscale: #727272. Windows color (decimal): -9933901 or 11758440. OLE color: 11758440.
HSL color Cylindrical-coordinate representation of color #686BB3: hue angle of 237.6º 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 #686BB3 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 107 | 179 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.30 |
| HSL | 237.6º | 0.33% | 0.55% | - |
| HSV(B) | 237.6º | 0.42% | 0.7% | - |
| XYZ | 19.1 | 16.71 | 44.87 | - |
| YUV | 114.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 179 | 0.42 | 0.40 | 0 | 0.30 | 237.6 | 0.33 | 0.55 |
| Hex | 68 | 6B | B3 | 2A | 28 | 0 | 1E | EE | 21 | 37 |
| Octal | 150 | 153 | 263 | 52 | 50 | 0 | 36 | 356 | 41 | 67 |
| Binary | 1101000 | 1101011 | 10110011 | 101010 | 101000 | 0 | 11110 | 11101110 | 100001 | 110111 |
Color Harmonies of #686BB3
Complementary color
Monochromatic Colors of #686BB3
Black with #686BB3
Text Example
Text Example
White with #686BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BB3; }
p { color: rgb(104,107,179); }
H1.HeaderClassName
{
color: #686BB3;
}
.AnyTagClassName
{
color: #686BB3;
}
</style>
background-color css
<style>
a { background-color: #686BB3; }
a { background-color: rgb(104,107,179); }
div.DivClassName
{
background-color: #686BB3;
}
.BgClassName
{
background-color: #686BB3;
}
</style>
border-color css
<style>
span { border-color: #686BB3; }
span { border-color: rgb(104,107,179); }
td.TdClassName
{
border-color: #686BB3;
}
.TagClassName
{
border-color: #686BB3;
}
</style>