#686E9B

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

Shades of Chetwode Blue #686E9B

Tints of Chetwode Blue #686E9B

Color information

#686E9B (or 0x686E9B) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6E and 9B. RGB value is (104,110,155). Sum of RGB (Red+Green+Blue) = 104+110+155=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #686E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E9B is #979164. Grayscale: #717171. Windows color (decimal): -9933157 or 10186344. OLE color: 10186344.

HSL color Cylindrical-coordinate representation of color #686E9B: hue angle of 232.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686E9B is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104110155-
CMYK0.330.2900.39
HSL232.94º20.32%50.78%-
HSV(B)232.94º32.9%60.78%-
XYZ17.216.4633.28-
YUV113.34151.51121.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=28.18%
G=29.81%
B=42.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041101550.330.2900.39232.9420.3250.78
Hex686E9B211D027e91433
Octal15015623341350473512463
Binary11010001101110100110111000011110101001111110100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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