#686BB6

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

Shades of Chetwode Blue #686BB6

Tints of Chetwode Blue #686BB6

Color information

#686BB6 (or 0x686BB6) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6B and B6. RGB value is (104,107,182). Sum of RGB (Red+Green+Blue) = 104+107+182=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #686BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BB6 is #979449. Grayscale: #727272. Windows color (decimal): -9933898 or 11955048. OLE color: 11955048.

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

Color convert

RGB104107182-
CMYK0.430.4100.29
HSL237.69º34.82%56.08%-
HSV(B)237.69º42.86%71.37%-
XYZ19.4116.8446.48-
YUV114.65166.01120.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 182 (71.48% from 255) = 46.31%
R=26.46%
G=27.23%
B=46.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041071820.430.4100.29237.6934.8256.08
Hex686BB62B2901Dee2338
Octal15015326653510353564370
Binary110100011010111011011010101110100101110111101110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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