#6A60B0

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

Shades of Blue Marguerite #6A60B0

Tints of Blue Marguerite #6A60B0

Color information

#6A60B0 (or 0x6A60B0) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 60 and B0. RGB value is (106,96,176). Sum of RGB (Red+Green+Blue) = 106+96+176=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 176 - color contains mainly: blue. Hex color #6A60B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A60B0 is #959F4F. Grayscale: #6B6B6B. Windows color (decimal): -9805648 or 11559018. OLE color: 11559018.

HSL color Cylindrical-coordinate representation of color #6A60B0: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A60B0 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10696176-
CMYK0.400.4500.31
HSL247.5º33.61%53.33%-
HSV(B)247.5º45.45%69.02%-
XYZ17.9614.5642.94-
YUV108.11166.31126.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.04%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 176 (69.14% from 255) = 46.56%
R=28.04%
G=25.40%
B=46.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106961760.400.4500.31247.533.6153.33
Hex6A60B0282D01Ff82235
Octal15214026050550373704265
Binary110101011000001011000010100010110101111111111000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A60B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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