#6A64AF

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

Shades of Blue Marguerite #6A64AF

Tints of Blue Marguerite #6A64AF

Color information

#6A64AF (or 0x6A64AF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 64 and AF. RGB value is (106,100,175). Sum of RGB (Red+Green+Blue) = 106+100+175=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A64AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A64AF is #959B50. Grayscale: #6E6E6E. Windows color (decimal): -9804625 or 11494506. OLE color: 11494506.

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

Color convert

RGB106100175-
CMYK0.390.4300.31
HSL244.8º31.91%53.92%-
HSV(B)244.8º42.86%68.63%-
XYZ18.2415.2742.54-
YUV110.34164.49124.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.82%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=27.82%
G=26.25%
B=45.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061001750.390.4300.31244.831.9153.92
Hex6A64AF272B01Ff52036
Octal15214425747530373654066
Binary110101011001001010111110011110101101111111110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A64AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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