#686D9C

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

Shades of Chetwode Blue #686D9C

Tints of Chetwode Blue #686D9C

Color information

#686D9C (or 0x686D9C) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6D and 9C. RGB value is (104,109,156). Sum of RGB (Red+Green+Blue) = 104+109+156=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #686D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D9C is #979263. Grayscale: #707070. Windows color (decimal): -9933412 or 10251624. OLE color: 10251624.

HSL color Cylindrical-coordinate representation of color #686D9C: hue angle of 234.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686D9C is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104109156-
CMYK0.330.3000.39
HSL234.23º20.8%50.98%-
HSV(B)234.23º33.33%61.18%-
XYZ17.1816.2833.69-
YUV112.86152.34121.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=28.18%
G=29.54%
B=42.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041091560.330.3000.39234.2320.850.98
Hex686D9C211E027ea1533
Octal15015523441360473522563
Binary11010001101101100111001000011111001001111110101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,109,156); }

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

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

 a { background-color: rgb(104,109,156); }

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

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

 span { border-color: rgb(104,109,156); }

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