#6A60AB

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

Shades of Blue Marguerite #6A60AB

Tints of Blue Marguerite #6A60AB

Color information

#6A60AB (or 0x6A60AB) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 60 and AB. RGB value is (106,96,171). Sum of RGB (Red+Green+Blue) = 106+96+171=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A60AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A60AB is #959F54. Grayscale: #6B6B6B. Windows color (decimal): -9805653 or 11231338. OLE color: 11231338.

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

Color convert

RGB10696171-
CMYK0.380.4400.33
HSL248º30.86%52.35%-
HSV(B)248º43.86%67.06%-
XYZ17.4814.3740.38-
YUV107.54163.81126.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.42%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=28.42%
G=25.74%
B=45.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106961710.380.4400.3324830.8652.35
Hex6A60AB262C021f81f34
Octal15214025346540413703764
Binary110101011000001010101110011010110001000011111100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,171); }

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

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

 a { background-color: rgb(106,96,171); }

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

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

 span { border-color: rgb(106,96,171); }

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