#6454BC

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

Shades of Blue Marguerite #6454BC

Tints of Blue Marguerite #6454BC

Color information

#6454BC (or 0x6454BC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 54 and BC. RGB value is (100,84,188). Sum of RGB (Red+Green+Blue) = 100+84+188=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #6454BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454BC is #9BAB43. Grayscale: #646464. Windows color (decimal): -10201924 or 12342372. OLE color: 12342372.

HSL color Cylindrical-coordinate representation of color #6454BC: hue angle of 249.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6454BC is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10084188-
CMYK0.470.5500.26
HSL249.23º43.7%53.33%-
HSV(B)249.23º55.32%73.73%-
XYZ17.512.6849.1-
YUV100.64177.3127.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=26.88%
G=22.58%
B=50.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100841880.470.5500.26249.2343.753.33
Hex6454BC2F3701Af92c35
Octal14412427457670323715465
Binary110010010101001011110010111111011101101011111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6454BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6454BC; }

 p { color: rgb(100,84,188); }

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

<style>
 a { background-color: #6454BC; }

 a { background-color: rgb(100,84,188); }

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

<style>
 span { border-color: #6454BC; }

 span { border-color: rgb(100,84,188); }

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