Html Css Color HEX #684BAC Blue Marguerite

📋 copy color: '#684BAC'

red 104 ◦ green 75 ◦ blue 172

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

Shades of Blue Marguerite #684BAC

Tints of Blue Marguerite #684BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.37%

 BLUE value IS 172 (67.58% from 255) = 49%

R = 29.63%
G = 21.37%
B = 49%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#684BAC (or 0x684BAC) is known color: Blue Marguerite. HEX triplet: 68, 4B and AC. RGB value is (104,75,172). Sum of RGB (Red+Green+Blue) = 104+75+172=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #684BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684BAC is #97B453. Grayscale: #5E5E5E. Windows color (decimal): -9942100 or 11291496. OLE color: 11291496.

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

Color convert

RGB 104 75 172 -
CMYK 0.40 0.56 0 0.33
HSL 257.94º 0.39% 0.48% -
HSV(B) 257.94º 0.56% 0.67% -
XYZ 15.67 10.95 40.32 -
YUV 94.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 104 75 172 0.40 0.56 0 0.33 257.94 0.39 0.48
Hex 68 4B AC 28 38 0 21 102 27 30
Octal 150 113 254 50 70 0 41 402 47 60
Binary 1101000 1001011 10101100 101000 111000 0 100001 100000010 100111 110000

Color Harmonies of #684BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684BAC

Black with #684BAC

Text Example


Text Example

White with #684BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,75,172); }

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

background-color css

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

 a { background-color: rgb(104,75,172); }

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

border-color css

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

 span { border-color: rgb(104,75,172); }

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