#686BA0

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

Shades of Chetwode Blue #686BA0

Tints of Chetwode Blue #686BA0

Color information

#686BA0 (or 0x686BA0) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6B and A0. RGB value is (104,107,160). Sum of RGB (Red+Green+Blue) = 104+107+160=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #686BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686BA0 is #97945F. Grayscale: #6F6F6F. Windows color (decimal): -9933920 or 10513256. OLE color: 10513256.

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

Color convert

RGB104107160-
CMYK0.350.3300.37
HSL236.79º22.76%51.76%-
HSV(B)236.79º35%62.75%-
XYZ17.311635.43-
YUV112.15155.01122.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 107 (42.19% from 255) = 28.84%
BLUE value IS 160 (62.89% from 255) = 43.13%
R=28.03%
G=28.84%
B=43.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1041071600.350.3300.37236.7922.7651.76
Hex686BA02321025ed1734
Octal15015324043410453552764
Binary110100011010111010000010001110000101001011110110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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