Html Css Color HEX #684EAE Blue Marguerite

📋 copy color: '#684EAE'

red 104 ◦ green 78 ◦ blue 174

#684EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #684EAE

Tints of Blue Marguerite #684EAE

RGB

 RED value IS 104 (41.02% from 255) = 29.21%

 GREEN value IS 78 (30.86% from 255) = 21.91%

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 29.21%
G = 21.91%
B = 48.88%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#684EAE (or 0x684EAE) is known color: Blue Marguerite. HEX triplet: 68, 4E and AE. RGB value is (104,78,174). Sum of RGB (Red+Green+Blue) = 104+78+174=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #684EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684EAE is #97B151. Grayscale: #606060. Windows color (decimal): -9941330 or 11423336. OLE color: 11423336.

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

Color convert

RGB 104 78 174 -
CMYK 0.40 0.55 0 0.32
HSL 256.25º 0.38% 0.49% -
HSV(B) 256.25º 0.55% 0.68% -
XYZ 16.07 11.45 41.41 -
YUV 96.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 104 78 174 0.40 0.55 0 0.32 256.25 0.38 0.49
Hex 68 4E AE 28 37 0 20 100 26 31
Octal 150 116 256 50 67 0 40 400 46 61
Binary 1101000 1001110 10101110 101000 110111 0 100000 100000000 100110 110001

Color Harmonies of #684EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684EAE

Black with #684EAE

Text Example


Text Example

White with #684EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #684EAE;
 }
 .AnyTagClassName
 {
   color: #684EAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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