#6354BC

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

Shades of Blue Marguerite #6354BC

Tints of Blue Marguerite #6354BC

Color information

#6354BC (or 0x6354BC) is unknown color: approx Blue Marguerite. HEX triplet: 63, 54 and BC. RGB value is (99,84,188). Sum of RGB (Red+Green+Blue) = 99+84+188=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #6354BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6354BC is #9CAB43. Grayscale: #636363. Windows color (decimal): -10267460 or 12342371. OLE color: 12342371.

HSL color Cylindrical-coordinate representation of color #6354BC: hue angle of 248.65º 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 #6354BC is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9984188-
CMYK0.470.5500.26
HSL248.65º43.7%53.33%-
HSV(B)248.65º55.32%73.73%-
XYZ17.3912.6249.1-
YUV100.34177.47127.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=26.68%
G=22.64%
B=50.67%

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
Decimal99841880.470.5500.26248.6543.753.33
Hex6354BC2F3701Af92c35
Octal14312427457670323715465
Binary110001110101001011110010111111011101101011111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6354BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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