#686ABE

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

Shades of Chetwode Blue #686ABE

Tints of Chetwode Blue #686ABE

Color information

#686ABE (or 0x686ABE) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6A and BE. RGB value is (104,106,190). Sum of RGB (Red+Green+Blue) = 104+106+190=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #686ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ABE is #979541. Grayscale: #727272. Windows color (decimal): -9934146 or 12479080. OLE color: 12479080.

HSL color Cylindrical-coordinate representation of color #686ABE: hue angle of 238.6º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #686ABE is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104106190-
CMYK0.450.4400.25
HSL238.6º39.81%57.65%-
HSV(B)238.6º45.26%74.51%-
XYZ20.1616.9750.93-
YUV114.98170.34120.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=26%
G=26.5%
B=47.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041061900.450.4400.25238.639.8157.65
Hex686ABE2D2C019ef283a
Octal15015227655540313575072
Binary110100011010101011111010110110110001100111101111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,106,190); }

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

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

 a { background-color: rgb(104,106,190); }

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

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

 span { border-color: rgb(104,106,190); }

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