#685BB0

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

Shades of Blue Marguerite #685BB0

Tints of Blue Marguerite #685BB0

Color information

#685BB0 (or 0x685BB0) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5B and B0. RGB value is (104,91,176). Sum of RGB (Red+Green+Blue) = 104+91+176=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #685BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685BB0 is #97A44F. Grayscale: #686868. Windows color (decimal): -9938000 or 11557736. OLE color: 11557736.

HSL color Cylindrical-coordinate representation of color #685BB0: hue angle of 249.18º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685BB0 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10491176-
CMYK0.410.4800.31
HSL249.18º34.98%52.35%-
HSV(B)249.18º48.3%69.02%-
XYZ17.2913.5642.78-
YUV104.58168.31127.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=28.03%
G=24.53%
B=47.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104911760.410.4800.31249.1834.9852.35
Hex685BB0293001Ff92334
Octal15013326051600373714364
Binary110100010110111011000010100111000001111111111001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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