#6256B9

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

Shades of Blue Marguerite #6256B9

Tints of Blue Marguerite #6256B9

Color information

#6256B9 (or 0x6256B9) is unknown color: approx Blue Marguerite. HEX triplet: 62, 56 and B9. RGB value is (98,86,185). Sum of RGB (Red+Green+Blue) = 98+86+185=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #6256B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6256B9 is #9DA946. Grayscale: #646464. Windows color (decimal): -10332487 or 12146274. OLE color: 12146274.

HSL color Cylindrical-coordinate representation of color #6256B9: hue angle of 247.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6256B9 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9886185-
CMYK0.470.5400.27
HSL247.27º41.42%53.14%-
HSV(B)247.27º53.51%72.55%-
XYZ17.1212.7647.46-
YUV100.87175.48125.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 185 (72.66% from 255) = 50.14%
R=26.56%
G=23.31%
B=50.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98861850.470.5400.27247.2741.4253.14
Hex6256B92F3601Bf72935
Octal14212627157660333675165
Binary110001010101101011100110111111011001101111110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6256B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6256B9; }

 p { color: rgb(98,86,185); }

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

<style>
 a { background-color: #6256B9; }

 a { background-color: rgb(98,86,185); }

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

<style>
 span { border-color: #6256B9; }

 span { border-color: rgb(98,86,185); }

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