#684EBF

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

Shades of Blue Marguerite #684EBF

Tints of Blue Marguerite #684EBF

Color information

#684EBF (or 0x684EBF) is unknown color: approx Blue Marguerite. HEX triplet: 68, 4E and BF. RGB value is (104,78,191). Sum of RGB (Red+Green+Blue) = 104+78+191=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #684EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684EBF is #97B140. Grayscale: #626262. Windows color (decimal): -9941313 or 12537448. OLE color: 12537448.

HSL color Cylindrical-coordinate representation of color #684EBF: hue angle of 253.81º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #684EBF is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10478191-
CMYK0.460.5900.25
HSL253.81º46.89%52.75%-
HSV(B)253.81º59.16%74.9%-
XYZ17.8412.1550.7-
YUV98.66180.11131.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 191 (75% from 255) = 51.21%
R=27.88%
G=20.91%
B=51.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104781910.460.5900.25253.8146.8952.75
Hex684EBF2E3B019fe2f35
Octal15011627756730313765765
Binary110100010011101011111110111011101101100111111110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,78,191); }

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

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

 a { background-color: rgb(104,78,191); }

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

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

 span { border-color: rgb(104,78,191); }

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