#6256BD

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

Shades of Blue Marguerite #6256BD

Tints of Blue Marguerite #6256BD

Color information

#6256BD (or 0x6256BD) is unknown color: approx Blue Marguerite. HEX triplet: 62, 56 and BD. RGB value is (98,86,189). Sum of RGB (Red+Green+Blue) = 98+86+189=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #6256BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6256BD is #9DA942. Grayscale: #646464. Windows color (decimal): -10332483 or 12408418. OLE color: 12408418.

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

Color convert

RGB9886189-
CMYK0.480.5400.26
HSL246.99º43.83%53.92%-
HSV(B)246.99º54.5%74.12%-
XYZ17.5512.9349.71-
YUV101.33177.48125.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 189 (74.22% from 255) = 50.67%
R=26.27%
G=23.06%
B=50.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98861890.480.5400.26246.9943.8353.92
Hex6256BD303601Af72c36
Octal14212627560660323675466
Binary110001010101101011110111000011011001101011110111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6256BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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