Html Css Color HEX #685DAD Blue Marguerite

📋 copy color: '#685DAD'

red 104 ◦ green 93 ◦ blue 173

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

Shades of Blue Marguerite #685DAD

Tints of Blue Marguerite #685DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

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

R = 28.11%
G = 25.14%
B = 46.76%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#685DAD (or 0x685DAD) is known color: Blue Marguerite. HEX triplet: 68, 5D and AD. RGB value is (104,93,173). Sum of RGB (Red+Green+Blue) = 104+93+173=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #685DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685DAD is #97A252. Grayscale: #696969. Windows color (decimal): -9937491 or 11361640. OLE color: 11361640.

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

Color convert

RGB 104 93 173 -
CMYK 0.40 0.46 0 0.32
HSL 248.25º 0.33% 0.52% -
HSV(B) 248.25º 0.46% 0.68% -
XYZ 17.17 13.79 41.29 -
YUV 105.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 104 93 173 0.40 0.46 0 0.32 248.25 0.33 0.52
Hex 68 5D AD 28 2E 0 20 F8 21 34
Octal 150 135 255 50 56 0 40 370 41 64
Binary 1101000 1011101 10101101 101000 101110 0 100000 11111000 100001 110100

Color Harmonies of #685DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DAD

Black with #685DAD

Text Example


Text Example

White with #685DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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