#6A5DBA

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

Shades of Blue Marguerite #6A5DBA

Tints of Blue Marguerite #6A5DBA

Color information

#6A5DBA (or 0x6A5DBA) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5D and BA. RGB value is (106,93,186). Sum of RGB (Red+Green+Blue) = 106+93+186=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A5DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DBA is #95A245. Grayscale: #6B6B6B. Windows color (decimal): -9806406 or 12213610. OLE color: 12213610.

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

Color convert

RGB10693186-
CMYK0.430.500.27
HSL248.39º40.26%54.71%-
HSV(B)248.39º50%72.94%-
XYZ18.7214.4448.25-
YUV107.49172.31126.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=27.53%
G=24.16%
B=48.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106931860.430.500.27248.3940.2654.71
Hex6A5DBA2B3201Bf82837
Octal15213527253620333705067
Binary110101010111011011101010101111001001101111111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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