#6A52BE

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

Shades of Blue Marguerite #6A52BE

Tints of Blue Marguerite #6A52BE

Color information

#6A52BE (or 0x6A52BE) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 52 and BE. RGB value is (106,82,190). Sum of RGB (Red+Green+Blue) = 106+82+190=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A52BE is #95AD41. Grayscale: #656565. Windows color (decimal): -9809218 or 12472938. OLE color: 12472938.

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

Color convert

RGB10682190-
CMYK0.440.5700.25
HSL253.33º45.38%53.33%-
HSV(B)253.33º56.84%74.51%-
XYZ18.2612.8250.23-
YUV101.49177.95131.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.04%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=28.04%
G=21.69%
B=50.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106821900.440.5700.25253.3345.3853.33
Hex6A52BE2C39019fd2d35
Octal15212227654710313755565
Binary110101010100101011111010110011100101100111111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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