#6b50ba

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

Shades of Blue Marguerite #6B50BA

Tints of Blue Marguerite #6B50BA

Color information

#6B50BA (or 0x6B50BA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 50 and BA. RGB value is (107,80,186). Sum of RGB (Red+Green+Blue) = 107+80+186=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B50BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B50BA is #94AF45. Grayscale: #636363. Windows color (decimal): -9744198 or 12210283. OLE color: 12210283.

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

Color convert

RGB10780186-
CMYK0.420.5700.27
HSL255.28º43.44%52.16%-
HSV(B)255.28º56.99%72.94%-
XYZ17.7912.4147.91-
YUV100.16176.45132.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.69%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=28.69%
G=21.45%
B=49.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107801860.420.5700.27255.2843.4452.16
Hex6B50BA2A3901Bff2b34
Octal15312027252710333775364
Binary110101110100001011101010101011100101101111111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b50ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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