#685BBE

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

Shades of Blue Marguerite #685BBE

Tints of Blue Marguerite #685BBE

Color information

#685BBE (or 0x685BBE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5B and BE. RGB value is (104,91,190). Sum of RGB (Red+Green+Blue) = 104+91+190=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #685BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685BBE is #97A441. Grayscale: #696969. Windows color (decimal): -9937986 or 12475240. OLE color: 12475240.

HSL color Cylindrical-coordinate representation of color #685BBE: hue angle of 247.88º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #685BBE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10491190-
CMYK0.450.5200.25
HSL247.88º43.23%55.1%-
HSV(B)247.88º52.11%74.51%-
XYZ18.7414.1450.46-
YUV106.17175.31126.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=27.01%
G=23.64%
B=49.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104911900.450.5200.25247.8843.2355.1
Hex685BBE2D34019f82b37
Octal15013327655640313705367
Binary110100010110111011111010110111010001100111111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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