#6A5FAD

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

Shades of Blue Marguerite #6A5FAD

Tints of Blue Marguerite #6A5FAD

Color information

#6A5FAD (or 0x6A5FAD) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5F and AD. RGB value is (106,95,173). Sum of RGB (Red+Green+Blue) = 106+95+173=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A5FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5FAD is #95A052. Grayscale: #6A6A6A. Windows color (decimal): -9805907 or 11362154. OLE color: 11362154.

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

Color convert

RGB10695173-
CMYK0.390.4500.32
HSL248.46º32.23%52.55%-
HSV(B)248.46º45.09%67.84%-
XYZ17.5814.2741.36-
YUV107.18165.14127.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.34%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=28.34%
G=25.40%
B=46.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106951730.390.4500.32248.4632.2352.55
Hex6A5FAD272D020f82035
Octal15213725547550403704065
Binary1101010101111110101101100111101101010000011111000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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