#686AAC

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

Shades of Chetwode Blue #686AAC

Tints of Chetwode Blue #686AAC

Color information

#686AAC (or 0x686AAC) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6A and AC. RGB value is (104,106,172). Sum of RGB (Red+Green+Blue) = 104+106+172=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #686AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686AAC is #979553. Grayscale: #707070. Windows color (decimal): -9934164 or 11299432. OLE color: 11299432.

HSL color Cylindrical-coordinate representation of color #686AAC: hue angle of 238.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #686AAC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104106172-
CMYK0.400.3800.33
HSL238.24º29.06%54.12%-
HSV(B)238.24º39.53%67.45%-
XYZ18.3116.2341.2-
YUV112.93161.34121.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=27.23%
G=27.75%
B=45.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041061720.400.3800.33238.2429.0654.12
Hex686AAC2826021ee1d36
Octal15015225450460413563566
Binary110100011010101010110010100010011001000011110111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,106,172); }

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

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

 a { background-color: rgb(104,106,172); }

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

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

 span { border-color: rgb(104,106,172); }

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