#686CBA

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

Shades of Chetwode Blue #686CBA

Tints of Chetwode Blue #686CBA

Color information

#686CBA (or 0x686CBA) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6C and BA. RGB value is (104,108,186). Sum of RGB (Red+Green+Blue) = 104+108+186=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #686CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CBA is #979345. Grayscale: #737373. Windows color (decimal): -9933638 or 12217448. OLE color: 12217448.

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

Color convert

RGB104108186-
CMYK0.440.4200.27
HSL237.07º37.27%56.86%-
HSV(B)237.07º44.09%72.94%-
XYZ19.9317.2148.73-
YUV115.7167.67119.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=26.13%
G=27.14%
B=46.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041081860.440.4200.27237.0737.2756.86
Hex686CBA2C2A01Bed2539
Octal15015427254520333554571
Binary110100011011001011101010110010101001101111101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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