#6A61AB

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

Shades of Blue Marguerite #6A61AB

Tints of Blue Marguerite #6A61AB

Color information

#6A61AB (or 0x6A61AB) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 61 and AB. RGB value is (106,97,171). Sum of RGB (Red+Green+Blue) = 106+97+171=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A61AB is #959E54. Grayscale: #6B6B6B. Windows color (decimal): -9805397 or 11231594. OLE color: 11231594.

HSL color Cylindrical-coordinate representation of color #6A61AB: hue angle of 247.3º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A61AB is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10697171-
CMYK0.380.4300.33
HSL247.3º30.58%52.55%-
HSV(B)247.3º43.27%67.06%-
XYZ17.5714.5540.41-
YUV108.13163.48126.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.34%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=28.34%
G=25.94%
B=45.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106971710.380.4300.33247.330.5852.55
Hex6A61AB262B021f71f35
Octal15214125346530413673765
Binary110101011000011010101110011010101101000011111011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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