#686EA1

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

Shades of Chetwode Blue #686EA1

Tints of Chetwode Blue #686EA1

Color information

#686EA1 (or 0x686EA1) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6E and A1. RGB value is (104,110,161). Sum of RGB (Red+Green+Blue) = 104+110+161=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 161 - color contains mainly: blue. Hex color #686EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686EA1 is #97915E. Grayscale: #717171. Windows color (decimal): -9933151 or 10579560. OLE color: 10579560.

HSL color Cylindrical-coordinate representation of color #686EA1: hue angle of 233.68º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686EA1 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB104110161-
CMYK0.350.3200.37
HSL233.68º23.27%51.96%-
HSV(B)233.68º35.4%63.14%-
XYZ17.7216.6736-
YUV114.02154.51120.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 161 (63.28% from 255) = 42.93%
R=27.73%
G=29.33%
B=42.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1041101610.350.3200.37233.6823.2751.96
Hex686EA12320025ea1734
Octal15015624143400453522764
Binary110100011011101010000110001110000001001011110101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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