#6C54BB

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

Shades of Blue Marguerite #6C54BB

Tints of Blue Marguerite #6C54BB

Color information

#6C54BB (or 0x6C54BB) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 54 and BB. RGB value is (108,84,187). Sum of RGB (Red+Green+Blue) = 108+84+187=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C54BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C54BB is #93AB44. Grayscale: #666666. Windows color (decimal): -9677637 or 12276844. OLE color: 12276844.

HSL color Cylindrical-coordinate representation of color #6C54BB: hue angle of 253.98º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C54BB is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10884187-
CMYK0.420.5500.27
HSL253.98º43.1%53.14%-
HSV(B)253.98º55.08%73.33%-
XYZ18.3213.1248.58-
YUV102.92175.45131.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.50%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=28.50%
G=22.16%
B=49.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108841870.420.5500.27253.9843.153.14
Hex6C54BB2A3701Bfe2b35
Octal15412427352670333765365
Binary110110010101001011101110101011011101101111111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C54BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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