Html Css Color HEX #685BAE Blue Marguerite

📋 copy color: '#685BAE'

red 104 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #685BAE

Tints of Blue Marguerite #685BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.66%

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 28.18%
G = 24.66%
B = 47.15%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#685BAE (or 0x685BAE) is known color: Blue Marguerite. HEX triplet: 68, 5B and AE. RGB value is (104,91,174). Sum of RGB (Red+Green+Blue) = 104+91+174=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #685BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685BAE is #97A451. Grayscale: #686868. Windows color (decimal): -9938002 or 11426664. OLE color: 11426664.

HSL color Cylindrical-coordinate representation of color #685BAE: hue angle of 249.4º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685BAE is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 91 174 -
CMYK 0.40 0.48 0 0.32
HSL 249.4º 0.34% 0.52% -
HSV(B) 249.4º 0.48% 0.68% -
XYZ 17.09 13.48 41.75 -
YUV 104.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 104 91 174 0.40 0.48 0 0.32 249.4 0.34 0.52
Hex 68 5B AE 28 30 0 20 F9 22 34
Octal 150 133 256 50 60 0 40 371 42 64
Binary 1101000 1011011 10101110 101000 110000 0 100000 11111001 100010 110100

Color Harmonies of #685BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BAE

Black with #685BAE

Text Example


Text Example

White with #685BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,91,174); }

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

background-color css

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

 a { background-color: rgb(104,91,174); }

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

border-color css

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

 span { border-color: rgb(104,91,174); }

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