#686FA2

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

Shades of Chetwode Blue #686FA2

Tints of Chetwode Blue #686FA2

Color information

#686FA2 (or 0x686FA2) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6F and A2. RGB value is (104,111,162). Sum of RGB (Red+Green+Blue) = 104+111+162=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 162 - color contains mainly: blue. Hex color #686FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686FA2 is #97905D. Grayscale: #727272. Windows color (decimal): -9932894 or 10645352. OLE color: 10645352.

HSL color Cylindrical-coordinate representation of color #686FA2: hue angle of 232.76º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #686FA2 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB104111162-
CMYK0.360.3100.36
HSL232.76º23.77%52.16%-
HSV(B)232.76º35.8%63.53%-
XYZ17.9116.9236.5-
YUV114.72154.68120.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 162 (63.67% from 255) = 42.97%
R=27.59%
G=29.44%
B=42.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041111620.360.3100.36232.7623.7752.16
Hex686FA2241F024e91834
Octal15015724244370443513064
Binary11010001101111101000101001001111101001001110100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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