#684BAE

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

Shades of Blue Marguerite #684BAE

Tints of Blue Marguerite #684BAE

Color information

#684BAE (or 0x684BAE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4B and AE. RGB value is (104,75,174). Sum of RGB (Red+Green+Blue) = 104+75+174=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #684BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684BAE is #97B451. Grayscale: #5E5E5E. Windows color (decimal): -9942098 or 11422568. OLE color: 11422568.

HSL color Cylindrical-coordinate representation of color #684BAE: hue angle of 257.58º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #684BAE is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10475174-
CMYK0.400.5700.32
HSL257.58º39.76%48.82%-
HSV(B)257.58º56.9%68.24%-
XYZ15.8611.0341.34-
YUV94.96172.61134.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=29.46%
G=21.25%
B=49.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104751740.400.5700.32257.5839.7648.82
Hex684BAE28390201022831
Octal15011325650710404025061
Binary11010001001011101011101010001110010100000100000010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,75,174); }

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

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

 a { background-color: rgb(104,75,174); }

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

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

 span { border-color: rgb(104,75,174); }

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