#6B4BB9

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

Shades of Blue Marguerite #6B4BB9

Tints of Blue Marguerite #6B4BB9

Color information

#6B4BB9 (or 0x6B4BB9) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 4B and B9. RGB value is (107,75,185). Sum of RGB (Red+Green+Blue) = 107+75+185=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #6B4BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4BB9 is #94B446. Grayscale: #606060. Windows color (decimal): -9745479 or 12143467. OLE color: 12143467.

HSL color Cylindrical-coordinate representation of color #6B4BB9: hue angle of 257.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B4BB9 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10775185-
CMYK0.420.5900.27
HSL257.45º44%50.98%-
HSV(B)257.45º59.46%72.55%-
XYZ17.3411.6647.24-
YUV97.11177.6135.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.16%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 185 (72.66% from 255) = 50.41%
R=29.16%
G=20.44%
B=50.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107751850.420.5900.27257.454450.98
Hex6B4BB92A3B01B1012c33
Octal15311327152730334015463
Binary1101011100101110111001101010111011011011100000001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,75,185); }

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

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

 a { background-color: rgb(107,75,185); }

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

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

 span { border-color: rgb(107,75,185); }

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