Shades of Chetwode Blue #686CC8
Tints of Chetwode Blue #686CC8
RGB
CMYK
RGB Variations
Color information
#686CC8 (or 0x686CC8) is known color: Chetwode Blue. HEX triplet: 68, 6C and C8. RGB value is (104,108,200). Sum of RGB (Red+Green+Blue) = 104+108+200=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #686CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CC8 is #979337. Grayscale: #747474. Windows color (decimal): -9933624 or 13134952. OLE color: 13134952.
HSL color Cylindrical-coordinate representation of color #686CC8: hue angle of 237.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #686CC8 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 108 | 200 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.22 |
| HSL | 237.5º | 0.47% | 0.6% | - |
| HSV(B) | 237.5º | 0.48% | 0.78% | - |
| XYZ | 21.5 | 17.84 | 56.95 | - |
| YUV | 117.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 200 | 0.48 | 0.46 | 0 | 0.22 | 237.5 | 0.47 | 0.6 |
| Hex | 68 | 6C | C8 | 30 | 2E | 0 | 16 | EE | 2F | 3C |
| Octal | 150 | 154 | 310 | 60 | 56 | 0 | 26 | 356 | 57 | 74 |
| Binary | 1101000 | 1101100 | 11001000 | 110000 | 101110 | 0 | 10110 | 11101110 | 101111 | 111100 |
Color Harmonies of #686CC8
Complementary color
Monochromatic Colors of #686CC8
Black with #686CC8
Text Example
Text Example
White with #686CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CC8; }
p { color: rgb(104,108,200); }
H1.HeaderClassName
{
color: #686CC8;
}
.AnyTagClassName
{
color: #686CC8;
}
</style>
background-color css
<style>
a { background-color: #686CC8; }
a { background-color: rgb(104,108,200); }
div.DivClassName
{
background-color: #686CC8;
}
.BgClassName
{
background-color: #686CC8;
}
</style>
border-color css
<style>
span { border-color: #686CC8; }
span { border-color: rgb(104,108,200); }
td.TdClassName
{
border-color: #686CC8;
}
.TagClassName
{
border-color: #686CC8;
}
</style>