#6A5BB8

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

Shades of Blue Marguerite #6A5BB8

Tints of Blue Marguerite #6A5BB8

Color information

#6A5BB8 (or 0x6A5BB8) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5B and B8. RGB value is (106,91,184). Sum of RGB (Red+Green+Blue) = 106+91+184=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 184 (72.27% from 255 or 48.29% from 381); Max value from RGB is 184 - color contains mainly: blue. Hex color #6A5BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BB8 is #95A447. Grayscale: #696969. Windows color (decimal): -9806920 or 12082026. OLE color: 12082026.

HSL color Cylindrical-coordinate representation of color #6A5BB8: hue angle of 249.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A5BB8 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10691184-
CMYK0.420.5100.28
HSL249.68º39.57%53.92%-
HSV(B)249.68º50.54%72.16%-
XYZ18.3414.0147.08-
YUV106.09171.97127.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.82%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 184 (72.27% from 255) = 48.29%
R=27.82%
G=23.88%
B=48.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal106911840.420.5100.28249.6839.5753.92
Hex6A5BB82A3301Cfa2836
Octal15213327052630343725066
Binary110101010110111011100010101011001101110011111010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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