#6256BE

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

Shades of Blue Marguerite #6256BE

Tints of Blue Marguerite #6256BE

Color information

#6256BE (or 0x6256BE) is unknown color: approx Blue Marguerite. HEX triplet: 62, 56 and BE. RGB value is (98,86,190). Sum of RGB (Red+Green+Blue) = 98+86+190=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #6256BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6256BE is #9DA941. Grayscale: #656565. Windows color (decimal): -10332482 or 12473954. OLE color: 12473954.

HSL color Cylindrical-coordinate representation of color #6256BE: hue angle of 246.92º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6256BE is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9886190-
CMYK0.480.5500.25
HSL246.92º44.44%54.12%-
HSV(B)246.92º54.74%74.51%-
XYZ17.6612.9750.29-
YUV101.44177.98125.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.20%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=26.20%
G=22.99%
B=50.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98861900.480.5500.25246.9244.4454.12
Hex6256BE3037019f72c36
Octal14212627660670313675466
Binary110001010101101011111011000011011101100111110111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6256BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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