Html Css Color HEX #684CB4 Blue Marguerite

📋 copy color: '#684CB4'

red 104 ◦ green 76 ◦ blue 180

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

Shades of Blue Marguerite #684CB4

Tints of Blue Marguerite #684CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50%

R = 28.89%
G = 21.11%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#684CB4 (or 0x684CB4) is known color: Blue Marguerite. HEX triplet: 68, 4C and B4. RGB value is (104,76,180). Sum of RGB (Red+Green+Blue) = 104+76+180=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #684CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CB4 is #97B34B. Grayscale: #5F5F5F. Windows color (decimal): -9941836 or 11816040. OLE color: 11816040.

HSL color Cylindrical-coordinate representation of color #684CB4: hue angle of 256.15º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #684CB4 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 76 180 -
CMYK 0.42 0.58 0 0.29
HSL 256.15º 0.41% 0.5% -
HSV(B) 256.15º 0.58% 0.71% -
XYZ 16.53 11.41 44.51 -
YUV 96.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 104 76 180 0.42 0.58 0 0.29 256.15 0.41 0.5
Hex 68 4C B4 2A 3A 0 1D 100 29 32
Octal 150 114 264 52 72 0 35 400 51 62
Binary 1101000 1001100 10110100 101010 111010 0 11101 100000000 101001 110010

Color Harmonies of #684CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684CB4

Black with #684CB4

Text Example


Text Example

White with #684CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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