Html Css Color HEX #684EBA Blue Marguerite

📋 copy color: '#684EBA'

red 104 ◦ green 78 ◦ blue 186

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

Shades of Blue Marguerite #684EBA

Tints of Blue Marguerite #684EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.2%

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

R = 28.26%
G = 21.2%
B = 50.54%

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

#684EBA (or 0x684EBA) is known color: Blue Marguerite. HEX triplet: 68, 4E and BA. RGB value is (104,78,186). Sum of RGB (Red+Green+Blue) = 104+78+186=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #684EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684EBA is #97B145. Grayscale: #616161. Windows color (decimal): -9941318 or 12209768. OLE color: 12209768.

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

Color convert

RGB 104 78 186 -
CMYK 0.44 0.58 0 0.27
HSL 254.44º 0.44% 0.52% -
HSV(B) 254.44º 0.58% 0.73% -
XYZ 17.3 11.94 47.85 -
YUV 98.09 177.61 132.22 -
System Red Green Blue C M Y K H S L
Decimal 104 78 186 0.44 0.58 0 0.27 254.44 0.44 0.52
Hex 68 4E BA 2C 3A 0 1B FE 2C 34
Octal 150 116 272 54 72 0 33 376 54 64
Binary 1101000 1001110 10111010 101100 111010 0 11011 11111110 101100 110100

Color Harmonies of #684EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684EBA

Black with #684EBA

Text Example


Text Example

White with #684EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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