Html Css Color HEX #684FAE Blue Marguerite

📋 copy color: '#684FAE'

red 104 ◦ green 79 ◦ blue 174

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

Shades of Blue Marguerite #684FAE

Tints of Blue Marguerite #684FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.13%

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

R = 29.13%
G = 22.13%
B = 48.74%

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

#684FAE (or 0x684FAE) is known color: Blue Marguerite. HEX triplet: 68, 4F and AE. RGB value is (104,79,174). Sum of RGB (Red+Green+Blue) = 104+79+174=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #684FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684FAE is #97B051. Grayscale: #606060. Windows color (decimal): -9941074 or 11423592. OLE color: 11423592.

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

Color convert

RGB 104 79 174 -
CMYK 0.40 0.55 0 0.32
HSL 255.79º 0.38% 0.5% -
HSV(B) 255.79º 0.55% 0.68% -
XYZ 16.14 11.59 41.43 -
YUV 97.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 104 79 174 0.40 0.55 0 0.32 255.79 0.38 0.5
Hex 68 4F AE 28 37 0 20 100 26 32
Octal 150 117 256 50 67 0 40 400 46 62
Binary 1101000 1001111 10101110 101000 110111 0 100000 100000000 100110 110010

Color Harmonies of #684FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684FAE

Black with #684FAE

Text Example


Text Example

White with #684FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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