#6A5FAF

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

Shades of Blue Marguerite #6A5FAF

Tints of Blue Marguerite #6A5FAF

Color information

#6A5FAF (or 0x6A5FAF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5F and AF. RGB value is (106,95,175). Sum of RGB (Red+Green+Blue) = 106+95+175=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A5FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5FAF is #95A050. Grayscale: #6B6B6B. Windows color (decimal): -9805905 or 11493226. OLE color: 11493226.

HSL color Cylindrical-coordinate representation of color #6A5FAF: hue angle of 248.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A5FAF is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10695175-
CMYK0.390.4600.31
HSL248.25º33.33%52.94%-
HSV(B)248.25º45.71%68.63%-
XYZ17.7714.3442.39-
YUV107.41166.14127-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=28.19%
G=25.27%
B=46.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106951750.390.4600.31248.2533.3352.94
Hex6A5FAF272E01Ff82135
Octal15213725747560373704165
Binary110101010111111010111110011110111001111111111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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