#6B5EBA

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

Shades of Blue Marguerite #6B5EBA

Tints of Blue Marguerite #6B5EBA

Color information

#6B5EBA (or 0x6B5EBA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 5E and BA. RGB value is (107,94,186). Sum of RGB (Red+Green+Blue) = 107+94+186=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5EBA is #94A145. Grayscale: #6C6C6C. Windows color (decimal): -9740614 or 12213867. OLE color: 12213867.

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

Color convert

RGB10794186-
CMYK0.420.4900.27
HSL248.48º40%54.9%-
HSV(B)248.48º49.46%72.94%-
XYZ18.9314.6848.29-
YUV108.38171.81127.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=27.65%
G=24.29%
B=48.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107941860.420.4900.27248.484054.9
Hex6B5EBA2A3101Bf82837
Octal15313627252610333705067
Binary110101110111101011101010101011000101101111111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,94,186); }

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

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

 a { background-color: rgb(107,94,186); }

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

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

 span { border-color: rgb(107,94,186); }

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