#686DB8

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

Shades of Chetwode Blue #686DB8

Tints of Chetwode Blue #686DB8

Color information

#686DB8 (or 0x686DB8) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6D and B8. RGB value is (104,109,184). Sum of RGB (Red+Green+Blue) = 104+109+184=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: blue. Hex color #686DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DB8 is #979247. Grayscale: #737373. Windows color (decimal): -9933384 or 12086632. OLE color: 12086632.

HSL color Cylindrical-coordinate representation of color #686DB8: hue angle of 236.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #686DB8 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB104109184-
CMYK0.430.4100.28
HSL236.25º36.04%56.47%-
HSV(B)236.25º43.48%72.16%-
XYZ19.8317.3447.65-
YUV116.06166.34119.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 184 (72.27% from 255) = 46.35%
R=26.20%
G=27.46%
B=46.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1041091840.430.4100.28236.2536.0456.47
Hex686DB82B2901Cec2438
Octal15015527053510343544470
Binary110100011011011011100010101110100101110011101100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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