#6A65AA

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

Shades of Blue Marguerite #6A65AA

Tints of Blue Marguerite #6A65AA

Color information

#6A65AA (or 0x6A65AA) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 65 and AA. RGB value is (106,101,170). Sum of RGB (Red+Green+Blue) = 106+101+170=377 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.12% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A65AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A65AA is #959A55. Grayscale: #6E6E6E. Windows color (decimal): -9804374 or 11167082. OLE color: 11167082.

HSL color Cylindrical-coordinate representation of color #6A65AA: hue angle of 244.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6A65AA is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106101170-
CMYK0.380.4100.33
HSL244.35º28.87%53.14%-
HSV(B)244.35º40.59%66.67%-
XYZ17.8515.2740.04-
YUV110.36161.66124.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.12%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=28.12%
G=26.79%
B=45.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061011700.380.4100.33244.3528.8753.14
Hex6A65AA2629021f41d35
Octal15214525246510413643565
Binary110101011001011010101010011010100101000011111010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,170); }

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

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

 a { background-color: rgb(106,101,170); }

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

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

 span { border-color: rgb(106,101,170); }

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