#686ECC

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

Shades of Chetwode Blue #686ECC

Tints of Chetwode Blue #686ECC

Color information

#686ECC (or 0x686ECC) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6E and CC. RGB value is (104,110,204). Sum of RGB (Red+Green+Blue) = 104+110+204=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #686ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ECC is #979133. Grayscale: #767676. Windows color (decimal): -9933108 or 13397608. OLE color: 13397608.

HSL color Cylindrical-coordinate representation of color #686ECC: hue angle of 236.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686ECC is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB104110204-
CMYK0.490.4600.2
HSL236.4º49.5%60.39%-
HSV(B)236.4º49.02%80%-
XYZ22.1818.4559.52-
YUV118.92176.01117.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=24.88%
G=26.32%
B=48.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1041102040.490.4600.2236.449.560.39
Hex686ECC312E014ec323c
Octal15015631461560243546274
Binary110100011011101100110011000110111001010011101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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