#686C9F

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

Shades of Chetwode Blue #686C9F

Tints of Chetwode Blue #686C9F

Color information

#686C9F (or 0x686C9F) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6C and 9F. RGB value is (104,108,159). Sum of RGB (Red+Green+Blue) = 104+108+159=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #686C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C9F is #979360. Grayscale: #707070. Windows color (decimal): -9933665 or 10447976. OLE color: 10447976.

HSL color Cylindrical-coordinate representation of color #686C9F: hue angle of 235.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686C9F is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104108159-
CMYK0.350.3200.38
HSL235.64º22.27%51.57%-
HSV(B)235.64º34.59%62.35%-
XYZ17.3316.1735.01-
YUV112.62154.17121.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=28.03%
G=29.11%
B=42.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041081590.350.3200.38235.6422.2751.57
Hex686C9F2320026ec1634
Octal15015423743400463542664
Binary110100011011001001111110001110000001001101110110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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