Html Css Color HEX #684CAE Blue Marguerite

📋 copy color: '#684CAE'

red 104 ◦ green 76 ◦ blue 174

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

Shades of Blue Marguerite #684CAE

Tints of Blue Marguerite #684CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

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

R = 29.38%
G = 21.47%
B = 49.15%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#684CAE (or 0x684CAE) is known color: Blue Marguerite. HEX triplet: 68, 4C and AE. RGB value is (104,76,174). Sum of RGB (Red+Green+Blue) = 104+76+174=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #684CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684CAE is #97B351. Grayscale: #5F5F5F. Windows color (decimal): -9941842 or 11422824. OLE color: 11422824.

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

Color convert

RGB 104 76 174 -
CMYK 0.40 0.56 0 0.32
HSL 257.14º 0.39% 0.49% -
HSV(B) 257.14º 0.56% 0.68% -
XYZ 15.93 11.17 41.36 -
YUV 95.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 104 76 174 0.40 0.56 0 0.32 257.14 0.39 0.49
Hex 68 4C AE 28 38 0 20 101 27 31
Octal 150 114 256 50 70 0 40 401 47 61
Binary 1101000 1001100 10101110 101000 111000 0 100000 100000001 100111 110001

Color Harmonies of #684CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CAE

Black with #684CAE

Text Example


Text Example

White with #684CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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