#6A54AF

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

Shades of Blue Marguerite #6A54AF

Tints of Blue Marguerite #6A54AF

Color information

#6A54AF (or 0x6A54AF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 54 and AF. RGB value is (106,84,175). Sum of RGB (Red+Green+Blue) = 106+84+175=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A54AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A54AF is #95AB50. Grayscale: #646464. Windows color (decimal): -9808721 or 11490410. OLE color: 11490410.

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

Color convert

RGB10684175-
CMYK0.390.5200.31
HSL254.51º36.25%50.78%-
HSV(B)254.51º52%68.63%-
XYZ16.8512.542.08-
YUV100.95169.79131.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.04%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=29.04%
G=23.01%
B=47.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106841750.390.5200.31254.5136.2550.78
Hex6A54AF273401Fff2433
Octal15212425747640373774463
Binary110101010101001010111110011111010001111111111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A54AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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