Html Css Color HEX #685EBC Blue Marguerite

📋 copy color: '#685EBC'

red 104 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #685EBC

Tints of Blue Marguerite #685EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

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

R = 26.94%
G = 24.35%
B = 48.7%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#685EBC (or 0x685EBC) is known color: Blue Marguerite. HEX triplet: 68, 5E and BC. RGB value is (104,94,188). Sum of RGB (Red+Green+Blue) = 104+94+188=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #685EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685EBC is #97A143. Grayscale: #6B6B6B. Windows color (decimal): -9937220 or 12344936. OLE color: 12344936.

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

Color convert

RGB 104 94 188 -
CMYK 0.45 0.50 0 0.26
HSL 246.38º 0.41% 0.55% -
HSV(B) 246.38º 0.5% 0.74% -
XYZ 18.79 14.58 49.4 -
YUV 107.71 173.31 125.36 -
System Red Green Blue C M Y K H S L
Decimal 104 94 188 0.45 0.50 0 0.26 246.38 0.41 0.55
Hex 68 5E BC 2D 32 0 1A F6 29 37
Octal 150 136 274 55 62 0 32 366 51 67
Binary 1101000 1011110 10111100 101101 110010 0 11010 11110110 101001 110111

Color Harmonies of #685EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685EBC

Black with #685EBC

Text Example


Text Example

White with #685EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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