#6B5ABA

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

Shades of Blue Marguerite #6B5ABA

Tints of Blue Marguerite #6B5ABA

Color information

#6B5ABA (or 0x6B5ABA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 5A and BA. RGB value is (107,90,186). Sum of RGB (Red+Green+Blue) = 107+90+186=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 90 (35.55% from 255 or 23.50% 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 #6B5ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ABA is #94A545. Grayscale: #696969. Windows color (decimal): -9741638 or 12212843. OLE color: 12212843.

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

Color convert

RGB10790186-
CMYK0.420.5200.27
HSL250.62º41.03%54.12%-
HSV(B)250.62º51.61%72.94%-
XYZ18.5813.9848.17-
YUV106.03173.13128.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.94%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=27.94%
G=23.50%
B=48.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107901860.420.5200.27250.6241.0354.12
Hex6B5ABA2A3401Bfb2936
Octal15313227252640333735166
Binary110101110110101011101010101011010001101111111011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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