#686EC8

Color #686EC8 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #686EC8

Tints of Chetwode Blue #686EC8

Color information

#686EC8 (or 0x686EC8) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6E and C8. RGB value is (104,110,200). Sum of RGB (Red+Green+Blue) = 104+110+200=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #686EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EC8 is #979137. Grayscale: #767676. Windows color (decimal): -9933112 or 13135464. OLE color: 13135464.

HSL color Cylindrical-coordinate representation of color #686EC8: hue angle of 236.25º 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 #686EC8 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB104110200-
CMYK0.480.4500.22
HSL236.25º46.6%59.61%-
HSV(B)236.25º48%78.43%-
XYZ21.7118.2757.02-
YUV118.47174.01117.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 25.12%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 200 (78.52% from 255) = 48.31%
R=25.12%
G=26.57%
B=48.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041102000.480.4500.22236.2546.659.61
Hex686EC8302D016ec2f3c
Octal15015631060550263545774
Binary110100011011101100100011000010110101011011101100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686EC8; }

 p { color: rgb(104,110,200); }

 H1.HeaderClassName
 {
   color: #686EC8;
 }
 .AnyTagClassName
 {
   color: #686EC8;
 }
</style>
background-color css

<style>
 a { background-color: #686EC8; }

 a { background-color: rgb(104,110,200); }

 div.DivClassName
 {
   background-color: #686EC8;
 }
 .BgClassName
 {
   background-color: #686EC8;
 }
</style>
border-color css

<style>
 span { border-color: #686EC8; }

 span { border-color: rgb(104,110,200); }

 td.TdClassName
 {
   border-color: #686EC8;
 }
 .TagClassName
 {
   border-color: #686EC8;
 }
</style>