Html Css Color HEX #684AB8 Blue Marguerite

📋 copy color: '#684AB8'

red 104 ◦ green 74 ◦ blue 184

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

Shades of Blue Marguerite #684AB8

Tints of Blue Marguerite #684AB8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.44%

 BLUE value IS 184 (72.27% from 255) = 50.83%

R = 28.73%
G = 20.44%
B = 50.83%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#684AB8 (or 0x684AB8) is known color: Blue Marguerite. HEX triplet: 68, 4A and B8. RGB value is (104,74,184). Sum of RGB (Red+Green+Blue) = 104+74+184=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #684AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AB8 is #97B547. Grayscale: #5F5F5F. Windows color (decimal): -9942344 or 12077672. OLE color: 12077672.

HSL color Cylindrical-coordinate representation of color #684AB8: hue angle of 256.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #684AB8 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 74 184 -
CMYK 0.43 0.60 0 0.28
HSL 256.36º 0.44% 0.51% -
HSV(B) 256.36º 0.6% 0.72% -
XYZ 16.81 11.3 46.64 -
YUV 95.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 104 74 184 0.43 0.60 0 0.28 256.36 0.44 0.51
Hex 68 4A B8 2B 3C 0 1C 100 2C 33
Octal 150 112 270 53 74 0 34 400 54 63
Binary 1101000 1001010 10111000 101011 111100 0 11100 100000000 101100 110011

Color Harmonies of #684AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684AB8

Black with #684AB8

Text Example


Text Example

White with #684AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,74,184); }

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

background-color css

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

 a { background-color: rgb(104,74,184); }

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

border-color css

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

 span { border-color: rgb(104,74,184); }

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