Html Css Color HEX #684ABA Blue Marguerite

📋 copy color: '#684ABA'

red 104 ◦ green 74 ◦ blue 186

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

Shades of Blue Marguerite #684ABA

Tints of Blue Marguerite #684ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 28.57%
G = 20.33%
B = 51.1%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#684ABA (or 0x684ABA) is known color: Blue Marguerite. HEX triplet: 68, 4A and BA. RGB value is (104,74,186). Sum of RGB (Red+Green+Blue) = 104+74+186=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #684ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ABA is #97B545. Grayscale: #5F5F5F. Windows color (decimal): -9942342 or 12208744. OLE color: 12208744.

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

Color convert

RGB 104 74 186 -
CMYK 0.44 0.60 0 0.27
HSL 256.07º 0.45% 0.51% -
HSV(B) 256.07º 0.6% 0.73% -
XYZ 17.02 11.39 47.75 -
YUV 95.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 104 74 186 0.44 0.60 0 0.27 256.07 0.45 0.51
Hex 68 4A BA 2C 3C 0 1B 100 2D 33
Octal 150 112 272 54 74 0 33 400 55 63
Binary 1101000 1001010 10111010 101100 111100 0 11011 100000000 101101 110011

Color Harmonies of #684ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684ABA

Black with #684ABA

Text Example


Text Example

White with #684ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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