#686FAE

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

Shades of Chetwode Blue #686FAE

Tints of Chetwode Blue #686FAE

Color information

#686FAE (or 0x686FAE) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6F and AE. RGB value is (104,111,174). Sum of RGB (Red+Green+Blue) = 104+111+174=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #686FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686FAE is #979051. Grayscale: #737373. Windows color (decimal): -9932882 or 11431784. OLE color: 11431784.

HSL color Cylindrical-coordinate representation of color #686FAE: hue angle of 234º 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 #686FAE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104111174-
CMYK0.400.3600.32
HSL234º30.17%54.51%-
HSV(B)234º40.23%68.24%-
XYZ19.0317.3742.39-
YUV116.09160.68119.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=26.74%
G=28.53%
B=44.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041111740.400.3600.3223430.1754.51
Hex686FAE2824020ea1e37
Octal15015725650440403523667
Binary110100011011111010111010100010010001000001110101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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