Shades of Chetwode Blue #686AC3
Tints of Chetwode Blue #686AC3
RGB
CMYK
RGB Variations
Color information
#686AC3 (or 0x686AC3) is known color: Chetwode Blue. HEX triplet: 68, 6A and C3. RGB value is (104,106,195). Sum of RGB (Red+Green+Blue) = 104+106+195=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #686AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AC3 is #97953C. Grayscale: #737373. Windows color (decimal): -9934141 or 12806760. OLE color: 12806760.
HSL color Cylindrical-coordinate representation of color #686AC3: hue angle of 238.68º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #686AC3 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 106 | 195 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.24 |
| HSL | 238.68º | 0.43% | 0.59% | - |
| HSV(B) | 238.68º | 0.47% | 0.76% | - |
| XYZ | 20.71 | 17.19 | 53.86 | - |
| YUV | 115.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 195 | 0.47 | 0.46 | 0 | 0.24 | 238.68 | 0.43 | 0.59 |
| Hex | 68 | 6A | C3 | 2F | 2E | 0 | 18 | EF | 2B | 3B |
| Octal | 150 | 152 | 303 | 57 | 56 | 0 | 30 | 357 | 53 | 73 |
| Binary | 1101000 | 1101010 | 11000011 | 101111 | 101110 | 0 | 11000 | 11101111 | 101011 | 111011 |
Color Harmonies of #686AC3
Complementary color
Monochromatic Colors of #686AC3
Black with #686AC3
Text Example
Text Example
White with #686AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AC3; }
p { color: rgb(104,106,195); }
H1.HeaderClassName
{
color: #686AC3;
}
.AnyTagClassName
{
color: #686AC3;
}
</style>
background-color css
<style>
a { background-color: #686AC3; }
a { background-color: rgb(104,106,195); }
div.DivClassName
{
background-color: #686AC3;
}
.BgClassName
{
background-color: #686AC3;
}
</style>
border-color css
<style>
span { border-color: #686AC3; }
span { border-color: rgb(104,106,195); }
td.TdClassName
{
border-color: #686AC3;
}
.TagClassName
{
border-color: #686AC3;
}
</style>