Html Css Color HEX #685DAC Blue Marguerite

📋 copy color: '#685DAC'

red 104 ◦ green 93 ◦ blue 172

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

Shades of Blue Marguerite #685DAC

Tints of Blue Marguerite #685DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 28.18%
G = 25.2%
B = 46.61%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#685DAC (or 0x685DAC) is known color: Blue Marguerite. HEX triplet: 68, 5D and AC. RGB value is (104,93,172). Sum of RGB (Red+Green+Blue) = 104+93+172=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #685DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685DAC is #97A253. Grayscale: #686868. Windows color (decimal): -9937492 or 11296104. OLE color: 11296104.

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

Color convert

RGB 104 93 172 -
CMYK 0.40 0.46 0 0.33
HSL 248.35º 0.32% 0.52% -
HSV(B) 248.35º 0.46% 0.67% -
XYZ 17.07 13.75 40.78 -
YUV 105.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 104 93 172 0.40 0.46 0 0.33 248.35 0.32 0.52
Hex 68 5D AC 28 2E 0 21 F8 20 34
Octal 150 135 254 50 56 0 41 370 40 64
Binary 1101000 1011101 10101100 101000 101110 0 100001 11111000 100000 110100

Color Harmonies of #685DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DAC

Black with #685DAC

Text Example


Text Example

White with #685DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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