Html Css Color HEX #684EBC Blue Marguerite

📋 copy color: '#684EBC'

red 104 ◦ green 78 ◦ blue 188

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

Shades of Blue Marguerite #684EBC

Tints of Blue Marguerite #684EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 28.11%
G = 21.08%
B = 50.81%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#684EBC (or 0x684EBC) is known color: Blue Marguerite. HEX triplet: 68, 4E and BC. RGB value is (104,78,188). Sum of RGB (Red+Green+Blue) = 104+78+188=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #684EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684EBC is #97B143. Grayscale: #616161. Windows color (decimal): -9941316 or 12340840. OLE color: 12340840.

HSL color Cylindrical-coordinate representation of color #684EBC: hue angle of 254.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #684EBC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 78 188 -
CMYK 0.45 0.59 0 0.26
HSL 254.18º 0.45% 0.52% -
HSV(B) 254.18º 0.59% 0.74% -
XYZ 17.51 12.02 48.97 -
YUV 98.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 104 78 188 0.45 0.59 0 0.26 254.18 0.45 0.52
Hex 68 4E BC 2D 3B 0 1A FE 2D 34
Octal 150 116 274 55 73 0 32 376 55 64
Binary 1101000 1001110 10111100 101101 111011 0 11010 11111110 101101 110100

Color Harmonies of #684EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684EBC

Black with #684EBC

Text Example


Text Example

White with #684EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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