#686DAB

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

Shades of Chetwode Blue #686DAB

Tints of Chetwode Blue #686DAB

Color information

#686DAB (or 0x686DAB) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6D and AB. RGB value is (104,109,171). Sum of RGB (Red+Green+Blue) = 104+109+171=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #686DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686DAB is #979254. Grayscale: #727272. Windows color (decimal): -9933397 or 11234664. OLE color: 11234664.

HSL color Cylindrical-coordinate representation of color #686DAB: hue angle of 235.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #686DAB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104109171-
CMYK0.390.3600.33
HSL235.52º28.51%53.92%-
HSV(B)235.52º39.18%67.06%-
XYZ18.5316.8240.8-
YUV114.57159.84120.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=27.08%
G=28.39%
B=44.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041091710.390.3600.33235.5228.5153.92
Hex686DAB2724021ec1d36
Octal15015525347440413543566
Binary110100011011011010101110011110010001000011110110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,109,171); }

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

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

 a { background-color: rgb(104,109,171); }

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

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

 span { border-color: rgb(104,109,171); }

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