Html Css Color HEX #685BAD Blue Marguerite

📋 copy color: '#685BAD'

red 104 ◦ green 91 ◦ blue 173

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

Shades of Blue Marguerite #685BAD

Tints of Blue Marguerite #685BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 28.26%
G = 24.73%
B = 47.01%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#685BAD (or 0x685BAD) is known color: Blue Marguerite. HEX triplet: 68, 5B and AD. RGB value is (104,91,173). Sum of RGB (Red+Green+Blue) = 104+91+173=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #685BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685BAD is #97A452. Grayscale: #676767. Windows color (decimal): -9938003 or 11361128. OLE color: 11361128.

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

Color convert

RGB 104 91 173 -
CMYK 0.40 0.47 0 0.32
HSL 249.51º 0.33% 0.52% -
HSV(B) 249.51º 0.47% 0.68% -
XYZ 16.99 13.44 41.23 -
YUV 104.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 104 91 173 0.40 0.47 0 0.32 249.51 0.33 0.52
Hex 68 5B AD 28 2F 0 20 FA 21 34
Octal 150 133 255 50 57 0 40 372 41 64
Binary 1101000 1011011 10101101 101000 101111 0 100000 11111010 100001 110100

Color Harmonies of #685BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BAD

Black with #685BAD

Text Example


Text Example

White with #685BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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