#6B5BAA

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

Shades of Blue Marguerite #6B5BAA

Tints of Blue Marguerite #6B5BAA

Color information

#6B5BAA (or 0x6B5BAA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 5B and AA. RGB value is (107,91,170). Sum of RGB (Red+Green+Blue) = 107+91+170=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B5BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5BAA is #94A455. Grayscale: #686868. Windows color (decimal): -9741398 or 11164523. OLE color: 11164523.

HSL color Cylindrical-coordinate representation of color #6B5BAA: hue angle of 252.15º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B5BAA is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10791170-
CMYK0.370.4600.33
HSL252.15º31.73%51.18%-
HSV(B)252.15º46.47%66.67%-
XYZ17.0613.5139.74-
YUV104.79164.8129.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.08%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=29.08%
G=24.73%
B=46.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107911700.370.4600.33252.1531.7351.18
Hex6B5BAA252E021fc2033
Octal15313325245560413744063
Binary1101011101101110101010100101101110010000111111100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,91,170); }

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

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

 a { background-color: rgb(107,91,170); }

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

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

 span { border-color: rgb(107,91,170); }

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