#6A58AD

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

Shades of Blue Marguerite #6A58AD

Tints of Blue Marguerite #6A58AD

Color information

#6A58AD (or 0x6A58AD) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 58 and AD. RGB value is (106,88,173). Sum of RGB (Red+Green+Blue) = 106+88+173=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A58AD is #95A752. Grayscale: #666666. Windows color (decimal): -9807699 or 11360362. OLE color: 11360362.

HSL color Cylindrical-coordinate representation of color #6A58AD: hue angle of 252.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A58AD is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10688173-
CMYK0.390.4900.32
HSL252.71º34.14%51.18%-
HSV(B)252.71º49.13%67.84%-
XYZ16.9813.0641.16-
YUV103.07167.46130.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.88%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=28.88%
G=23.98%
B=47.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106881730.390.4900.32252.7134.1451.18
Hex6A58AD2731020fd2233
Octal15213025547610403754263
Binary1101010101100010101101100111110001010000011111101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,88,173); }

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

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

 a { background-color: rgb(106,88,173); }

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

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

 span { border-color: rgb(106,88,173); }

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