#6455BC

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

Shades of Blue Marguerite #6455BC

Tints of Blue Marguerite #6455BC

Color information

#6455BC (or 0x6455BC) is unknown color: approx Blue Marguerite. HEX triplet: 64, 55 and BC. RGB value is (100,85,188). Sum of RGB (Red+Green+Blue) = 100+85+188=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #6455BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455BC is #9BAA43. Grayscale: #646464. Windows color (decimal): -10201668 or 12342628. OLE color: 12342628.

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

Color convert

RGB10085188-
CMYK0.470.5500.26
HSL248.74º43.46%53.53%-
HSV(B)248.74º54.79%73.73%-
XYZ17.5812.8449.13-
YUV101.23176.97127.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=26.81%
G=22.79%
B=50.40%

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
Decimal100851880.470.5500.26248.7443.4653.53
Hex6455BC2F3701Af92b36
Octal14412527457670323715366
Binary110010010101011011110010111111011101101011111001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6455BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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