#6A54BD

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

Shades of Blue Marguerite #6A54BD

Tints of Blue Marguerite #6A54BD

Color information

#6A54BD (or 0x6A54BD) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 54 and BD. RGB value is (106,84,189). Sum of RGB (Red+Green+Blue) = 106+84+189=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A54BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A54BD is #95AB42. Grayscale: #666666. Windows color (decimal): -9808707 or 12407914. OLE color: 12407914.

HSL color Cylindrical-coordinate representation of color #6A54BD: hue angle of 252.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A54BD is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10684189-
CMYK0.440.5600.26
HSL252.57º44.3%53.53%-
HSV(B)252.57º55.56%74.12%-
XYZ18.313.0849.7-
YUV102.55176.79130.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 189 (74.22% from 255) = 49.87%
R=27.97%
G=22.16%
B=49.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106841890.440.5600.26252.5744.353.53
Hex6A54BD2C3801Afd2c36
Octal15212427554700323755466
Binary110101010101001011110110110011100001101011111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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