#6C54B8

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

Shades of Blue Marguerite #6C54B8

Tints of Blue Marguerite #6C54B8

Color information

#6C54B8 (or 0x6C54B8) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 54 and B8. RGB value is (108,84,184). Sum of RGB (Red+Green+Blue) = 108+84+184=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #6C54B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C54B8 is #93AB47. Grayscale: #666666. Windows color (decimal): -9677640 or 12080236. OLE color: 12080236.

HSL color Cylindrical-coordinate representation of color #6C54B8: hue angle of 254.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C54B8 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10884184-
CMYK0.410.5400.28
HSL254.4º41.32%52.55%-
HSV(B)254.4º54.35%72.16%-
XYZ18.0112.9946.91-
YUV102.58173.95131.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.72%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 184 (72.27% from 255) = 48.94%
R=28.72%
G=22.34%
B=48.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal108841840.410.5400.28254.441.3252.55
Hex6C54B8293601Cfe2935
Octal15412427051660343765165
Binary110110010101001011100010100111011001110011111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C54B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,84,184); }

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

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

 a { background-color: rgb(108,84,184); }

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

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

 span { border-color: rgb(108,84,184); }

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