#6456B0

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

Shades of Blue Marguerite #6456B0

Tints of Blue Marguerite #6456B0

Color information

#6456B0 (or 0x6456B0) is unknown color: approx Blue Marguerite. HEX triplet: 64, 56 and B0. RGB value is (100,86,176). Sum of RGB (Red+Green+Blue) = 100+86+176=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #6456B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6456B0 is #9BA94F. Grayscale: #646464. Windows color (decimal): -10201424 or 11556452. OLE color: 11556452.

HSL color Cylindrical-coordinate representation of color #6456B0: hue angle of 249.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6456B0 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10086176-
CMYK0.430.5100.31
HSL249.33º36.29%51.37%-
HSV(B)249.33º51.14%69.02%-
XYZ16.4212.542.62-
YUV100.45170.64127.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 176 (69.14% from 255) = 48.62%
R=27.62%
G=23.76%
B=48.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100861760.430.5100.31249.3336.2951.37
Hex6456B02B3301Ff92433
Octal14412626053630373714463
Binary110010010101101011000010101111001101111111111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6456B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6456B0; }

 p { color: rgb(100,86,176); }

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

<style>
 a { background-color: #6456B0; }

 a { background-color: rgb(100,86,176); }

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

<style>
 span { border-color: #6456B0; }

 span { border-color: rgb(100,86,176); }

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