#684AB1

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

Shades of Blue Marguerite #684AB1

Tints of Blue Marguerite #684AB1

Color information

#684AB1 (or 0x684AB1) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4A and B1. RGB value is (104,74,177). Sum of RGB (Red+Green+Blue) = 104+74+177=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #684AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684AB1 is #97B54E. Grayscale: #5E5E5E. Windows color (decimal): -9942351 or 11618920. OLE color: 11618920.

HSL color Cylindrical-coordinate representation of color #684AB1: hue angle of 257.48º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #684AB1 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10474177-
CMYK0.410.5800.31
HSL257.48º41.04%49.22%-
HSV(B)257.48º58.19%69.41%-
XYZ16.0911.0142.87-
YUV94.71174.44134.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=29.30%
G=20.85%
B=49.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104741770.410.5800.31257.4841.0449.22
Hex684AB1293A01F1012931
Octal15011226151720374015161
Binary1101000100101010110001101001111010011111100000001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684AB1; }

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

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

<style>
 a { background-color: #684AB1; }

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

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

<style>
 span { border-color: #684AB1; }

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

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