#686FC5

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

Shades of Chetwode Blue #686FC5

Tints of Chetwode Blue #686FC5

Color information

#686FC5 (or 0x686FC5) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6F and C5. RGB value is (104,111,197). Sum of RGB (Red+Green+Blue) = 104+111+197=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #686FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FC5 is #97903A. Grayscale: #767676. Windows color (decimal): -9932859 or 12939112. OLE color: 12939112.

HSL color Cylindrical-coordinate representation of color #686FC5: hue angle of 235.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #686FC5 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB104111197-
CMYK0.470.4400.23
HSL235.48º44.5%59.02%-
HSV(B)235.48º47.21%77.25%-
XYZ21.4718.3455.23-
YUV118.71172.18117.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.24%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 197 (77.34% from 255) = 47.82%
R=25.24%
G=26.94%
B=47.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041111970.470.4400.23235.4844.559.02
Hex686FC52F2C017eb2c3b
Octal15015730557540273535473
Binary110100011011111100010110111110110001011111101011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,111,197); }

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

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

 a { background-color: rgb(104,111,197); }

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

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

 span { border-color: rgb(104,111,197); }

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