Html Css Color HEX #6856AB Blue Marguerite

📋 copy color: '#6856AB'

red 104 ◦ green 86 ◦ blue 171

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

Shades of Blue Marguerite #6856AB

Tints of Blue Marguerite #6856AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.82%

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

R = 28.81%
G = 23.82%
B = 47.37%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6856AB (or 0x6856AB) is known color: Blue Marguerite. HEX triplet: 68, 56 and AB. RGB value is (104,86,171). Sum of RGB (Red+Green+Blue) = 104+86+171=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #6856AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6856AB is #97A954. Grayscale: #646464. Windows color (decimal): -9939285 or 11228776. OLE color: 11228776.

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

Color convert

RGB 104 86 171 -
CMYK 0.39 0.50 0 0.33
HSL 252.71º 0.34% 0.5% -
HSV(B) 252.71º 0.5% 0.67% -
XYZ 16.39 12.54 40.08 -
YUV 101.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 104 86 171 0.39 0.50 0 0.33 252.71 0.34 0.5
Hex 68 56 AB 27 32 0 21 FD 22 32
Octal 150 126 253 47 62 0 41 375 42 62
Binary 1101000 1010110 10101011 100111 110010 0 100001 11111101 100010 110010

Color Harmonies of #6856AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6856AB

Black with #6856AB

Text Example


Text Example

White with #6856AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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