#6A57BE

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

Shades of Blue Marguerite #6A57BE

Tints of Blue Marguerite #6A57BE

Color information

#6A57BE (or 0x6A57BE) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 57 and BE. RGB value is (106,87,190). Sum of RGB (Red+Green+Blue) = 106+87+190=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A57BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A57BE is #95A841. Grayscale: #686868. Windows color (decimal): -9807938 or 12474218. OLE color: 12474218.

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

Color convert

RGB10687190-
CMYK0.440.5400.25
HSL251.07º44.21%54.31%-
HSV(B)251.07º54.21%74.51%-
XYZ18.6513.650.36-
YUV104.42176.29129.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=27.68%
G=22.72%
B=49.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106871900.440.5400.25251.0744.2154.31
Hex6A57BE2C36019fb2c36
Octal15212727654660313735466
Binary110101010101111011111010110011011001100111111011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A57BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,87,190); }

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

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

 a { background-color: rgb(106,87,190); }

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

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

 span { border-color: rgb(106,87,190); }

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