#686ABA

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

Shades of Chetwode Blue #686ABA

Tints of Chetwode Blue #686ABA

Color information

#686ABA (or 0x686ABA) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6A and BA. RGB value is (104,106,186). Sum of RGB (Red+Green+Blue) = 104+106+186=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #686ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ABA is #979545. Grayscale: #727272. Windows color (decimal): -9934150 or 12216936. OLE color: 12216936.

HSL color Cylindrical-coordinate representation of color #686ABA: hue angle of 238.54º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #686ABA is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104106186-
CMYK0.440.4300.27
HSL238.54º37.27%56.86%-
HSV(B)238.54º44.09%72.94%-
XYZ19.7316.848.66-
YUV114.52168.34120.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 106 (41.80% from 255) = 26.77%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=26.26%
G=26.77%
B=46.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041061860.440.4300.27238.5437.2756.86
Hex686ABA2C2B01Bef2539
Octal15015227254530333574571
Binary110100011010101011101010110010101101101111101111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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