#686CAE

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

Shades of Chetwode Blue #686CAE

Tints of Chetwode Blue #686CAE

Color information

#686CAE (or 0x686CAE) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6C and AE. RGB value is (104,108,174). Sum of RGB (Red+Green+Blue) = 104+108+174=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #686CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686CAE is #979351. Grayscale: #727272. Windows color (decimal): -9933650 or 11431016. OLE color: 11431016.

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

Color convert

RGB104108174-
CMYK0.400.3800.32
HSL236.57º30.17%54.51%-
HSV(B)236.57º40.23%68.24%-
XYZ18.7116.7242.29-
YUV114.33161.67120.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=26.94%
G=27.98%
B=45.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041081740.400.3800.32236.5730.1754.51
Hex686CAE2826020ed1e37
Octal15015425650460403553667
Binary110100011011001010111010100010011001000001110110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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