#686CBB

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

Shades of Chetwode Blue #686CBB

Tints of Chetwode Blue #686CBB

Color information

#686CBB (or 0x686CBB) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6C and BB. RGB value is (104,108,187). Sum of RGB (Red+Green+Blue) = 104+108+187=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #686CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CBB is #979344. Grayscale: #737373. Windows color (decimal): -9933637 or 12282984. OLE color: 12282984.

HSL color Cylindrical-coordinate representation of color #686CBB: hue angle of 237.11º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #686CBB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104108187-
CMYK0.440.4200.27
HSL237.11º37.9%57.06%-
HSV(B)237.11º44.39%73.33%-
XYZ20.0417.2649.29-
YUV115.81168.17119.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=26.07%
G=27.07%
B=46.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041081870.440.4200.27237.1137.957.06
Hex686CBB2C2A01Bed2639
Octal15015427354520333554671
Binary110100011011001011101110110010101001101111101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,108,187); }

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

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

 a { background-color: rgb(104,108,187); }

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

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

 span { border-color: rgb(104,108,187); }

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