#6A5EAF

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

Shades of Blue Marguerite #6A5EAF

Tints of Blue Marguerite #6A5EAF

Color information

#6A5EAF (or 0x6A5EAF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5E and AF. RGB value is (106,94,175). Sum of RGB (Red+Green+Blue) = 106+94+175=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A5EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5EAF is #95A150. Grayscale: #6A6A6A. Windows color (decimal): -9806161 or 11492970. OLE color: 11492970.

HSL color Cylindrical-coordinate representation of color #6A5EAF: hue angle of 248.89º degrees, saturation: 0.34, 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 #6A5EAF is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10694175-
CMYK0.390.4600.31
HSL248.89º33.61%52.75%-
HSV(B)248.89º46.29%68.63%-
XYZ17.6814.1642.36-
YUV106.82166.48127.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.27%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=28.27%
G=25.07%
B=46.67%

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
Decimal106941750.390.4600.31248.8933.6152.75
Hex6A5EAF272E01Ff92235
Octal15213625747560373714265
Binary110101010111101010111110011110111001111111111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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