#685FB1

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

Shades of Blue Marguerite #685FB1

Tints of Blue Marguerite #685FB1

Color information

#685FB1 (or 0x685FB1) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5F and B1. RGB value is (104,95,177). Sum of RGB (Red+Green+Blue) = 104+95+177=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #685FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685FB1 is #97A04E. Grayscale: #6A6A6A. Windows color (decimal): -9936975 or 11624296. OLE color: 11624296.

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

Color convert

RGB10495177-
CMYK0.410.4600.31
HSL246.59º34.45%53.33%-
HSV(B)246.59º46.33%69.41%-
XYZ17.7414.343.42-
YUV107.04167.48125.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=27.66%
G=25.27%
B=47.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104951770.410.4600.31246.5934.4553.33
Hex685FB1292E01Ff72235
Octal15013726151560373674265
Binary110100010111111011000110100110111001111111110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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