#686EC3

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

Shades of Chetwode Blue #686EC3

Tints of Chetwode Blue #686EC3

Color information

#686EC3 (or 0x686EC3) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6E and C3. RGB value is (104,110,195). Sum of RGB (Red+Green+Blue) = 104+110+195=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #686EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EC3 is #97913C. Grayscale: #757575. Windows color (decimal): -9933117 or 12807784. OLE color: 12807784.

HSL color Cylindrical-coordinate representation of color #686EC3: hue angle of 236.04º 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 #686EC3 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104110195-
CMYK0.470.4400.24
HSL236.04º43.13%58.63%-
HSV(B)236.04º46.67%76.47%-
XYZ21.1418.0454-
YUV117.9171.51118.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 195 (76.56% from 255) = 47.68%
R=25.43%
G=26.89%
B=47.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041101950.470.4400.24236.0443.1358.63
Hex686EC32F2C018ec2b3b
Octal15015630357540303545373
Binary110100011011101100001110111110110001100011101100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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