Html Css Color HEX #685CAC Blue Marguerite

📋 copy color: '#685CAC'

red 104 ◦ green 92 ◦ blue 172

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

Shades of Blue Marguerite #685CAC

Tints of Blue Marguerite #685CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25%

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

R = 28.26%
G = 25%
B = 46.74%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#685CAC (or 0x685CAC) is known color: Blue Marguerite. HEX triplet: 68, 5C and AC. RGB value is (104,92,172). Sum of RGB (Red+Green+Blue) = 104+92+172=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #685CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685CAC is #97A353. Grayscale: #686868. Windows color (decimal): -9937748 or 11295848. OLE color: 11295848.

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

Color convert

RGB 104 92 172 -
CMYK 0.40 0.47 0 0.33
HSL 249º 0.33% 0.52% -
HSV(B) 249º 0.47% 0.67% -
XYZ 16.98 13.58 40.76 -
YUV 104.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 104 92 172 0.40 0.47 0 0.33 249 0.33 0.52
Hex 68 5C AC 28 2F 0 21 F9 21 34
Octal 150 134 254 50 57 0 41 371 41 64
Binary 1101000 1011100 10101100 101000 101111 0 100001 11111001 100001 110100

Color Harmonies of #685CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685CAC

Black with #685CAC

Text Example


Text Example

White with #685CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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