#684AB8

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

Shades of Blue Marguerite #684AB8

Tints of Blue Marguerite #684AB8

Color information

#684AB8 (or 0x684AB8) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4A and B8. RGB value is (104,74,184). Sum of RGB (Red+Green+Blue) = 104+74+184=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #684AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AB8 is #97B547. Grayscale: #5F5F5F. Windows color (decimal): -9942344 or 12077672. OLE color: 12077672.

HSL color Cylindrical-coordinate representation of color #684AB8: hue angle of 256.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #684AB8 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10474184-
CMYK0.430.6000.28
HSL256.36º43.65%50.59%-
HSV(B)256.36º59.78%72.16%-
XYZ16.8111.346.64-
YUV95.51177.94134.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 184 (72.27% from 255) = 50.83%
R=28.73%
G=20.44%
B=50.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104741840.430.6000.28256.3643.6550.59
Hex684AB82B3C01C1002c33
Octal15011227053740344005463
Binary1101000100101010111000101011111100011100100000000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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