#6A5BBA

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

Shades of Blue Marguerite #6A5BBA

Tints of Blue Marguerite #6A5BBA

Color information

#6A5BBA (or 0x6A5BBA) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5B and BA. RGB value is (106,91,186). Sum of RGB (Red+Green+Blue) = 106+91+186=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BBA is #95A445. Grayscale: #696969. Windows color (decimal): -9806918 or 12213098. OLE color: 12213098.

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

Color convert

RGB10691186-
CMYK0.430.5100.27
HSL249.47º40.77%54.31%-
HSV(B)249.47º51.08%72.94%-
XYZ18.5514.0948.2-
YUV106.32172.97127.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 91 (35.94% from 255) = 23.76%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=27.68%
G=23.76%
B=48.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106911860.430.5100.27249.4740.7754.31
Hex6A5BBA2B3301Bf92936
Octal15213327253630333715166
Binary110101010110111011101010101111001101101111111001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,186); }

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

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

 a { background-color: rgb(106,91,186); }

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

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

 span { border-color: rgb(106,91,186); }

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