#686BA1

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

Shades of Chetwode Blue #686BA1

Tints of Chetwode Blue #686BA1

Color information

#686BA1 (or 0x686BA1) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6B and A1. RGB value is (104,107,161). Sum of RGB (Red+Green+Blue) = 104+107+161=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 161 - color contains mainly: blue. Hex color #686BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686BA1 is #97945E. Grayscale: #707070. Windows color (decimal): -9933919 or 10578792. OLE color: 10578792.

HSL color Cylindrical-coordinate representation of color #686BA1: hue angle of 236.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686BA1 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB104107161-
CMYK0.350.3400.37
HSL236.84º23.27%51.96%-
HSV(B)236.84º35.4%63.14%-
XYZ17.416.0335.9-
YUV112.26155.51122.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 161 (63.28% from 255) = 43.28%
R=27.96%
G=28.76%
B=43.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1041071610.350.3400.37236.8423.2751.96
Hex686BA12322025ed1734
Octal15015324143420453552764
Binary110100011010111010000110001110001001001011110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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