#686BC2

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

Shades of Chetwode Blue #686BC2

Tints of Chetwode Blue #686BC2

Color information

#686BC2 (or 0x686BC2) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6B and C2. RGB value is (104,107,194). Sum of RGB (Red+Green+Blue) = 104+107+194=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #686BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BC2 is #97943D. Grayscale: #737373. Windows color (decimal): -9933886 or 12741480. OLE color: 12741480.

HSL color Cylindrical-coordinate representation of color #686BC2: hue angle of 238º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686BC2 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104107194-
CMYK0.460.4500.24
HSL238º42.45%58.43%-
HSV(B)238º46.39%76.08%-
XYZ20.717.3553.3-
YUV116.02172.01119.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=25.68%
G=26.42%
B=47.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041071940.460.4500.2423842.4558.43
Hex686BC22E2D018ee2a3a
Octal15015330256550303565272
Binary110100011010111100001010111010110101100011101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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