#686BAE

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

Shades of Chetwode Blue #686BAE

Tints of Chetwode Blue #686BAE

Color information

#686BAE (or 0x686BAE) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6B and AE. RGB value is (104,107,174). Sum of RGB (Red+Green+Blue) = 104+107+174=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #686BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686BAE is #979451. Grayscale: #717171. Windows color (decimal): -9933906 or 11430760. OLE color: 11430760.

HSL color Cylindrical-coordinate representation of color #686BAE: hue angle of 237.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #686BAE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104107174-
CMYK0.400.3900.32
HSL237.43º30.17%54.51%-
HSV(B)237.43º40.23%68.24%-
XYZ18.6116.5142.25-
YUV113.74162.01121.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=27.01%
G=27.79%
B=45.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041071740.400.3900.32237.4330.1754.51
Hex686BAE2827020ed1e37
Octal15015325650470403553667
Binary110100011010111010111010100010011101000001110110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,107,174); }

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

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

 a { background-color: rgb(104,107,174); }

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

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

 span { border-color: rgb(104,107,174); }

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