Html Css Color HEX #685BAA Blue Marguerite

📋 copy color: '#685BAA'

red 104 ◦ green 91 ◦ blue 170

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

Shades of Blue Marguerite #685BAA

Tints of Blue Marguerite #685BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 28.49%
G = 24.93%
B = 46.58%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#685BAA (or 0x685BAA) is known color: Blue Marguerite. HEX triplet: 68, 5B and AA. RGB value is (104,91,170). Sum of RGB (Red+Green+Blue) = 104+91+170=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #685BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685BAA is #97A455. Grayscale: #676767. Windows color (decimal): -9938006 or 11164520. OLE color: 11164520.

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

Color convert

RGB 104 91 170 -
CMYK 0.39 0.46 0 0.33
HSL 249.87º 0.32% 0.51% -
HSV(B) 249.87º 0.46% 0.67% -
XYZ 16.71 13.33 39.72 -
YUV 103.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 104 91 170 0.39 0.46 0 0.33 249.87 0.32 0.51
Hex 68 5B AA 27 2E 0 21 FA 20 33
Octal 150 133 252 47 56 0 41 372 40 63
Binary 1101000 1011011 10101010 100111 101110 0 100001 11111010 100000 110011

Color Harmonies of #685BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685BAA

Black with #685BAA

Text Example


Text Example

White with #685BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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