#686FA4

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

Shades of Chetwode Blue #686FA4

Tints of Chetwode Blue #686FA4

Color information

#686FA4 (or 0x686FA4) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6F and A4. RGB value is (104,111,164). Sum of RGB (Red+Green+Blue) = 104+111+164=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #686FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686FA4 is #97905B. Grayscale: #727272. Windows color (decimal): -9932892 or 10776424. OLE color: 10776424.

HSL color Cylindrical-coordinate representation of color #686FA4: hue angle of 233º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #686FA4 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB104111164-
CMYK0.370.3200.36
HSL233º24.79%52.55%-
HSV(B)233º36.59%64.31%-
XYZ18.0916.9937.45-
YUV114.95155.68120.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 111 (43.75% from 255) = 29.29%
BLUE value IS 164 (64.45% from 255) = 43.27%
R=27.44%
G=29.29%
B=43.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041111640.370.3200.3623324.7952.55
Hex686FA42520024e91935
Octal15015724445400443513165
Binary110100011011111010010010010110000001001001110100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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