#686BA7

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

Shades of Chetwode Blue #686BA7

Tints of Chetwode Blue #686BA7

Color information

#686BA7 (or 0x686BA7) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6B and A7. RGB value is (104,107,167). Sum of RGB (Red+Green+Blue) = 104+107+167=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #686BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686BA7 is #979458. Grayscale: #707070. Windows color (decimal): -9933913 or 10972008. OLE color: 10972008.

HSL color Cylindrical-coordinate representation of color #686BA7: hue angle of 237.14º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #686BA7 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB104107167-
CMYK0.380.3600.35
HSL237.14º26.36%53.14%-
HSV(B)237.14º37.72%65.49%-
XYZ17.9416.2538.75-
YUV112.94158.51121.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 167 (65.62% from 255) = 44.18%
R=27.51%
G=28.31%
B=44.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041071670.380.3600.35237.1426.3653.14
Hex686BA72624023ed1a35
Octal15015324746440433553265
Binary110100011010111010011110011010010001000111110110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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