#685CB3

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

Shades of Blue Marguerite #685CB3

Tints of Blue Marguerite #685CB3

Color information

#685CB3 (or 0x685CB3) is unknown color: approx Blue Marguerite. HEX triplet: 68, 5C and B3. RGB value is (104,92,179). Sum of RGB (Red+Green+Blue) = 104+92+179=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #685CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CB3 is #97A34C. Grayscale: #696969. Windows color (decimal): -9937741 or 11754600. OLE color: 11754600.

HSL color Cylindrical-coordinate representation of color #685CB3: hue angle of 248.28º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #685CB3 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10492179-
CMYK0.420.4900.30
HSL248.28º36.4%53.14%-
HSV(B)248.28º48.6%70.2%-
XYZ17.6713.8544.39-
YUV105.51169.48126.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 179 (70.31% from 255) = 47.73%
R=27.73%
G=24.53%
B=47.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104921790.420.4900.30248.2836.453.14
Hex685CB32A3101Ef82435
Octal15013426352610363704465
Binary110100010111001011001110101011000101111011111000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,92,179); }

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

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

 a { background-color: rgb(104,92,179); }

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

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

 span { border-color: rgb(104,92,179); }

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