#6B4AB1

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

Shades of Blue Marguerite #6B4AB1

Tints of Blue Marguerite #6B4AB1

Color information

#6B4AB1 (or 0x6B4AB1) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 4A and B1. RGB value is (107,74,177). Sum of RGB (Red+Green+Blue) = 107+74+177=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B4AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4AB1 is #94B54E. Grayscale: #5F5F5F. Windows color (decimal): -9745743 or 11618923. OLE color: 11618923.

HSL color Cylindrical-coordinate representation of color #6B4AB1: hue angle of 259.22º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B4AB1 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10774177-
CMYK0.400.5800.31
HSL259.22º41.04%49.22%-
HSV(B)259.22º58.19%69.41%-
XYZ16.4511.242.89-
YUV95.61173.93136.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.89%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 177 (69.53% from 255) = 49.44%
R=29.89%
G=20.67%
B=49.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107741770.400.5800.31259.2241.0449.22
Hex6B4AB1283A01F1032931
Octal15311226150720374035161
Binary1101011100101010110001101000111010011111100000011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,74,177); }

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

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

 a { background-color: rgb(107,74,177); }

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

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

 span { border-color: rgb(107,74,177); }

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