Html Css Color HEX #685AAE Blue Marguerite

📋 copy color: '#685AAE'

red 104 ◦ green 90 ◦ blue 174

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

Shades of Blue Marguerite #685AAE

Tints of Blue Marguerite #685AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.46%

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

R = 28.26%
G = 24.46%
B = 47.28%

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

#685AAE (or 0x685AAE) is known color: Blue Marguerite. HEX triplet: 68, 5A and AE. RGB value is (104,90,174). Sum of RGB (Red+Green+Blue) = 104+90+174=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #685AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685AAE is #97A551. Grayscale: #676767. Windows color (decimal): -9938258 or 11426408. OLE color: 11426408.

HSL color Cylindrical-coordinate representation of color #685AAE: hue angle of 250º 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 #685AAE is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 90 174 -
CMYK 0.40 0.48 0 0.32
HSL 250º 0.34% 0.52% -
HSV(B) 250º 0.48% 0.68% -
XYZ 17.01 13.31 41.72 -
YUV 103.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 104 90 174 0.40 0.48 0 0.32 250 0.34 0.52
Hex 68 5A AE 28 30 0 20 FA 22 34
Octal 150 132 256 50 60 0 40 372 42 64
Binary 1101000 1011010 10101110 101000 110000 0 100000 11111010 100010 110100

Color Harmonies of #685AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685AAE

Black with #685AAE

Text Example


Text Example

White with #685AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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