#684bac

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

Shades of Blue Marguerite #684BAC

Tints of Blue Marguerite #684BAC

Color information

#684BAC (or 0x684BAC) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4B and AC. RGB value is (104,75,172). Sum of RGB (Red+Green+Blue) = 104+75+172=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #684BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684BAC is #97B453. Grayscale: #5E5E5E. Windows color (decimal): -9942100 or 11291496. OLE color: 11291496.

HSL color Cylindrical-coordinate representation of color #684BAC: hue angle of 257.94º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #684BAC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10475172-
CMYK0.400.5600.33
HSL257.94º39.27%48.43%-
HSV(B)257.94º56.4%67.45%-
XYZ15.6710.9540.32-
YUV94.73171.61134.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=29.63%
G=21.37%
B=49.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104751720.400.5600.33257.9439.2748.43
Hex684BAC28380211022730
Octal15011325450700414024760
Binary11010001001011101011001010001110000100001100000010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684bac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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