Html Css Color HEX #684DB9 Blue Marguerite

📋 copy color: '#684DB9'

red 104 ◦ green 77 ◦ blue 185

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

Shades of Blue Marguerite #684DB9

Tints of Blue Marguerite #684DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

 BLUE value IS 185 (72.66% from 255) = 50.55%

R = 28.42%
G = 21.04%
B = 50.55%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#684DB9 (or 0x684DB9) is known color: Blue Marguerite. HEX triplet: 68, 4D and B9. RGB value is (104,77,185). Sum of RGB (Red+Green+Blue) = 104+77+185=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #684DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DB9 is #97B246. Grayscale: #606060. Windows color (decimal): -9941575 or 12143976. OLE color: 12143976.

HSL color Cylindrical-coordinate representation of color #684DB9: hue angle of 255º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #684DB9 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 77 185 -
CMYK 0.44 0.58 0 0.27
HSL 255º 0.44% 0.51% -
HSV(B) 255º 0.58% 0.73% -
XYZ 17.12 11.75 47.27 -
YUV 97.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 104 77 185 0.44 0.58 0 0.27 255 0.44 0.51
Hex 68 4D B9 2C 3A 0 1B FF 2C 33
Octal 150 115 271 54 72 0 33 377 54 63
Binary 1101000 1001101 10111001 101100 111010 0 11011 11111111 101100 110011

Color Harmonies of #684DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684DB9

Black with #684DB9

Text Example


Text Example

White with #684DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,77,185); }

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

background-color css

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

 a { background-color: rgb(104,77,185); }

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

border-color css

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

 span { border-color: rgb(104,77,185); }

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