Html Css Color HEX #684DB5 Blue Marguerite

📋 copy color: '#684DB5'

red 104 ◦ green 77 ◦ blue 181

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

Shades of Blue Marguerite #684DB5

Tints of Blue Marguerite #684DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50%

R = 28.73%
G = 21.27%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#684DB5 (or 0x684DB5) is known color: Blue Marguerite. HEX triplet: 68, 4D and B5. RGB value is (104,77,181). Sum of RGB (Red+Green+Blue) = 104+77+181=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #684DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DB5 is #97B24A. Grayscale: #606060. Windows color (decimal): -9941579 or 11881832. OLE color: 11881832.

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

Color convert

RGB 104 77 181 -
CMYK 0.43 0.57 0 0.29
HSL 255.58º 0.41% 0.51% -
HSV(B) 255.58º 0.57% 0.71% -
XYZ 16.7 11.59 45.07 -
YUV 96.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 104 77 181 0.43 0.57 0 0.29 255.58 0.41 0.51
Hex 68 4D B5 2B 39 0 1D 100 29 33
Octal 150 115 265 53 71 0 35 400 51 63
Binary 1101000 1001101 10110101 101011 111001 0 11101 100000000 101001 110011

Color Harmonies of #684DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684DB5

Black with #684DB5

Text Example


Text Example

White with #684DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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