#686FAD

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

Shades of Chetwode Blue #686FAD

Tints of Chetwode Blue #686FAD

Color information

#686FAD (or 0x686FAD) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6F and AD. RGB value is (104,111,173). Sum of RGB (Red+Green+Blue) = 104+111+173=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #686FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686FAD is #979052. Grayscale: #737373. Windows color (decimal): -9932883 or 11366248. OLE color: 11366248.

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

Color convert

RGB104111173-
CMYK0.400.3600.32
HSL233.91º29.61%54.31%-
HSV(B)233.91º39.88%67.84%-
XYZ18.9417.3341.88-
YUV115.98160.18119.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=26.80%
G=28.61%
B=44.59%

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
Decimal1041111730.400.3600.32233.9129.6154.31
Hex686FAD2824020ea1e36
Octal15015725550440403523666
Binary110100011011111010110110100010010001000001110101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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