Html Css Color HEX #685BA7 Blue Marguerite

📋 copy color: '#685BA7'

red 104 ◦ green 91 ◦ blue 167

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

Shades of Blue Marguerite #685BA7

Tints of Blue Marguerite #685BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.13%

R = 28.73%
G = 25.14%
B = 46.13%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#685BA7 (or 0x685BA7) is known color: Blue Marguerite. HEX triplet: 68, 5B and A7. RGB value is (104,91,167). Sum of RGB (Red+Green+Blue) = 104+91+167=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #685BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685BA7 is #97A458. Grayscale: #676767. Windows color (decimal): -9938009 or 10967912. OLE color: 10967912.

HSL color Cylindrical-coordinate representation of color #685BA7: hue angle of 250.26º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #685BA7 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 91 167 -
CMYK 0.38 0.46 0 0.35
HSL 250.26º 0.3% 0.51% -
HSV(B) 250.26º 0.46% 0.65% -
XYZ 16.43 13.22 38.24 -
YUV 103.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 104 91 167 0.38 0.46 0 0.35 250.26 0.3 0.51
Hex 68 5B A7 26 2E 0 23 FA 1E 33
Octal 150 133 247 46 56 0 43 372 36 63
Binary 1101000 1011011 10100111 100110 101110 0 100011 11111010 11110 110011

Color Harmonies of #685BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BA7

Black with #685BA7

Text Example


Text Example

White with #685BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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