#6A50BF

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

Shades of Blue Marguerite #6A50BF

Tints of Blue Marguerite #6A50BF

Color information

#6A50BF (or 0x6A50BF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 50 and BF. RGB value is (106,80,191). Sum of RGB (Red+Green+Blue) = 106+80+191=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A50BF is #95AF40. Grayscale: #646464. Windows color (decimal): -9809729 or 12537962. OLE color: 12537962.

HSL color Cylindrical-coordinate representation of color #6A50BF: hue angle of 254.05º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A50BF is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10680191-
CMYK0.450.5800.25
HSL254.05º46.44%53.14%-
HSV(B)254.05º58.12%74.9%-
XYZ18.2212.5650.76-
YUV100.43179.11131.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.12%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 191 (75% from 255) = 50.66%
R=28.12%
G=21.22%
B=50.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106801910.450.5800.25254.0546.4453.14
Hex6A50BF2D3A019fe2e35
Octal15212027755720313765665
Binary110101010100001011111110110111101001100111111110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,80,191); }

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

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

 a { background-color: rgb(106,80,191); }

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

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

 span { border-color: rgb(106,80,191); }

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