#6a4caf

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

Shades of Blue Marguerite #6A4CAF

Tints of Blue Marguerite #6A4CAF

Color information

#6A4CAF (or 0x6A4CAF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 4C and AF. RGB value is (106,76,175). Sum of RGB (Red+Green+Blue) = 106+76+175=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A4CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4CAF is #95B350. Grayscale: #5F5F5F. Windows color (decimal): -9810769 or 11488362. OLE color: 11488362.

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

Color convert

RGB10676175-
CMYK0.390.5700.31
HSL258.18º39.44%49.22%-
HSV(B)258.18º56.57%68.63%-
XYZ16.2711.3341.89-
YUV96.26172.44134.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.69%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=29.69%
G=21.29%
B=49.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106761750.390.5700.31258.1839.4449.22
Hex6A4CAF273901F1022731
Octal15211425747710374024761
Binary1101010100110010101111100111111001011111100000010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a4caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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