#686F9F

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

Shades of Chetwode Blue #686F9F

Tints of Chetwode Blue #686F9F

Color information

#686F9F (or 0x686F9F) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6F and 9F. RGB value is (104,111,159). Sum of RGB (Red+Green+Blue) = 104+111+159=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #686F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F9F is #979060. Grayscale: #727272. Windows color (decimal): -9932897 or 10448744. OLE color: 10448744.

HSL color Cylindrical-coordinate representation of color #686F9F: hue angle of 232.36º 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 #686F9F is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104111159-
CMYK0.350.3000.38
HSL232.36º22.27%51.57%-
HSV(B)232.36º34.59%62.35%-
XYZ17.6516.8235.12-
YUV114.38153.18120.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 111 (43.75% from 255) = 29.68%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=27.81%
G=29.68%
B=42.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041111590.350.3000.38232.3622.2751.57
Hex686F9F231E026e81634
Octal15015723743360463502664
Binary11010001101111100111111000111111001001101110100010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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