#686FB3

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

Shades of Chetwode Blue #686FB3

Tints of Chetwode Blue #686FB3

Color information

#686FB3 (or 0x686FB3) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6F and B3. RGB value is (104,111,179). Sum of RGB (Red+Green+Blue) = 104+111+179=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #686FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FB3 is #97904C. Grayscale: #747474. Windows color (decimal): -9932877 or 11759464. OLE color: 11759464.

HSL color Cylindrical-coordinate representation of color #686FB3: hue angle of 234.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #686FB3 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB104111179-
CMYK0.420.3800.30
HSL234.4º33.04%55.49%-
HSV(B)234.4º41.9%70.2%-
XYZ19.5317.5745.01-
YUV116.66163.18118.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 179 (70.31% from 255) = 45.43%
R=26.40%
G=28.17%
B=45.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041111790.420.3800.30234.433.0455.49
Hex686FB32A2601Eea2137
Octal15015726352460363524167
Binary110100011011111011001110101010011001111011101010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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