Html Css Color HEX #6859AB Blue Marguerite

📋 copy color: '#6859AB'

red 104 ◦ green 89 ◦ blue 171

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

Shades of Blue Marguerite #6859AB

Tints of Blue Marguerite #6859AB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.45%

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 28.57%
G = 24.45%
B = 46.98%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6859AB (or 0x6859AB) is known color: Blue Marguerite. HEX triplet: 68, 59 and AB. RGB value is (104,89,171). Sum of RGB (Red+Green+Blue) = 104+89+171=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #6859AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6859AB is #97A654. Grayscale: #666666. Windows color (decimal): -9938517 or 11229544. OLE color: 11229544.

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

Color convert

RGB 104 89 171 -
CMYK 0.39 0.48 0 0.33
HSL 250.98º 0.33% 0.51% -
HSV(B) 250.98º 0.48% 0.67% -
XYZ 16.63 13.03 40.17 -
YUV 102.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 104 89 171 0.39 0.48 0 0.33 250.98 0.33 0.51
Hex 68 59 AB 27 30 0 21 FB 21 33
Octal 150 131 253 47 60 0 41 373 41 63
Binary 1101000 1011001 10101011 100111 110000 0 100001 11111011 100001 110011

Color Harmonies of #6859AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6859AB

Black with #6859AB

Text Example


Text Example

White with #6859AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6859AB; }

 p { color: rgb(104,89,171); }

 H1.HeaderClassName
 {
   color: #6859AB;
 }
 .AnyTagClassName
 {
   color: #6859AB;
 }
</style>

background-color css

<style>
 a { background-color: #6859AB; }

 a { background-color: rgb(104,89,171); }

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

border-color css

<style>
 span { border-color: #6859AB; }

 span { border-color: rgb(104,89,171); }

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