#686BBE

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

Shades of Chetwode Blue #686BBE

Tints of Chetwode Blue #686BBE

Color information

#686BBE (or 0x686BBE) is unknown color: approx Chetwode Blue. HEX triplet: 68, 6B and BE. RGB value is (104,107,190). Sum of RGB (Red+Green+Blue) = 104+107+190=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #686BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BBE is #979441. Grayscale: #737373. Windows color (decimal): -9933890 or 12479336. OLE color: 12479336.

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

Color convert

RGB104107190-
CMYK0.450.4400.25
HSL237.91º39.81%57.65%-
HSV(B)237.91º45.26%74.51%-
XYZ20.2617.1850.96-
YUV115.56170.01119.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.94%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=25.94%
G=26.68%
B=47.38%

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
Decimal1041071900.450.4400.25237.9139.8157.65
Hex686BBE2D2C019ee283a
Octal15015327655540313565072
Binary110100011010111011111010110110110001100111101110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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