#686FC1

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

Shades of Chetwode Blue #686FC1

Tints of Chetwode Blue #686FC1

Color information

#686FC1 (or 0x686FC1) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6F and C1. RGB value is (104,111,193). Sum of RGB (Red+Green+Blue) = 104+111+193=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #686FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FC1 is #97903E. Grayscale: #757575. Windows color (decimal): -9932863 or 12676968. OLE color: 12676968.

HSL color Cylindrical-coordinate representation of color #686FC1: hue angle of 235.28º 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 #686FC1 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104111193-
CMYK0.460.4200.24
HSL235.28º41.78%58.24%-
HSV(B)235.28º46.11%75.69%-
XYZ21.0218.1652.85-
YUV118.26170.18117.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.49%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 193 (75.78% from 255) = 47.30%
R=25.49%
G=27.21%
B=47.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041111930.460.4200.24235.2841.7858.24
Hex686FC12E2A018eb2a3a
Octal15015730156520303535272
Binary110100011011111100000110111010101001100011101011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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