#685FB6

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

Shades of Blue Marguerite #685FB6

Tints of Blue Marguerite #685FB6

Color information

#685FB6 (or 0x685FB6) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5F and B6. RGB value is (104,95,182). Sum of RGB (Red+Green+Blue) = 104+95+182=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #685FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685FB6 is #97A049. Grayscale: #6B6B6B. Windows color (decimal): -9936970 or 11951976. OLE color: 11951976.

HSL color Cylindrical-coordinate representation of color #685FB6: hue angle of 246.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685FB6 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10495182-
CMYK0.430.4800.29
HSL246.21º37.34%54.31%-
HSV(B)246.21º47.8%71.37%-
XYZ18.2414.546.09-
YUV107.61169.98125.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 182 (71.48% from 255) = 47.77%
R=27.30%
G=24.93%
B=47.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal104951820.430.4800.29246.2137.3454.31
Hex685FB62B3001Df62536
Octal15013726653600353664566
Binary110100010111111011011010101111000001110111110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,182); }

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

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

 a { background-color: rgb(104,95,182); }

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

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

 span { border-color: rgb(104,95,182); }

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