#6A56AB

Color #6A56AB Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6A56AB

Tints of Blue Marguerite #6A56AB

Color information

#6A56AB (or 0x6A56AB) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 56 and AB. RGB value is (106,86,171). Sum of RGB (Red+Green+Blue) = 106+86+171=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A56AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A56AB is #95A954. Grayscale: #656565. Windows color (decimal): -9808213 or 11228778. OLE color: 11228778.

HSL color Cylindrical-coordinate representation of color #6A56AB: hue angle of 254.12º 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 #6A56AB is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10686171-
CMYK0.380.5000.33
HSL254.12º33.6%50.39%-
HSV(B)254.12º49.71%67.06%-
XYZ16.6212.6640.1-
YUV101.67167.13131.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=29.20%
G=23.69%
B=47.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106861710.380.5000.33254.1233.650.39
Hex6A56AB2632021fe2232
Octal15212625346620413764262
Binary1101010101011010101011100110110010010000111111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A56AB; }

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

 H1.HeaderClassName
 {
   color: #6A56AB;
 }
 .AnyTagClassName
 {
   color: #6A56AB;
 }
</style>
background-color css

<style>
 a { background-color: #6A56AB; }

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

 div.DivClassName
 {
   background-color: #6A56AB;
 }
 .BgClassName
 {
   background-color: #6A56AB;
 }
</style>
border-color css

<style>
 span { border-color: #6A56AB; }

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

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