#6A4BBD

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

Shades of Blue Marguerite #6A4BBD

Tints of Blue Marguerite #6A4BBD

Color information

#6A4BBD (or 0x6A4BBD) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4B and BD. RGB value is (106,75,189). Sum of RGB (Red+Green+Blue) = 106+75+189=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A4BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4BBD is #95B442. Grayscale: #606060. Windows color (decimal): -9811011 or 12405610. OLE color: 12405610.

HSL color Cylindrical-coordinate representation of color #6A4BBD: hue angle of 256.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A4BBD is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10675189-
CMYK0.440.6000.26
HSL256.32º46.34%51.76%-
HSV(B)256.32º60.32%74.12%-
XYZ17.6511.7749.49-
YUV97.26179.77134.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.65%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=28.65%
G=20.27%
B=51.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106751890.440.6000.26256.3246.3451.76
Hex6A4BBD2C3C01A1002e34
Octal15211327554740324005664
Binary1101010100101110111101101100111100011010100000000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,75,189); }

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

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

 a { background-color: rgb(106,75,189); }

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

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

 span { border-color: rgb(106,75,189); }

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