#6258B5

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

Shades of Blue Marguerite #6258B5

Tints of Blue Marguerite #6258B5

Color information

#6258B5 (or 0x6258B5) is unknown color: approx Blue Marguerite. HEX triplet: 62, 58 and B5. RGB value is (98,88,181). Sum of RGB (Red+Green+Blue) = 98+88+181=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #6258B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6258B5 is #9DA74A. Grayscale: #656565. Windows color (decimal): -10331979 or 11884642. OLE color: 11884642.

HSL color Cylindrical-coordinate representation of color #6258B5: hue angle of 246.45º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6258B5 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9888181-
CMYK0.460.5100.29
HSL246.45º38.59%52.75%-
HSV(B)246.45º51.38%70.98%-
XYZ16.8712.9145.32-
YUV101.59172.81125.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 181 (71.09% from 255) = 49.32%
R=26.70%
G=23.98%
B=49.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98881810.460.5100.29246.4538.5952.75
Hex6258B52E3301Df62735
Octal14213026556630353664765
Binary110001010110001011010110111011001101110111110110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6258B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6258B5; }

 p { color: rgb(98,88,181); }

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

<style>
 a { background-color: #6258B5; }

 a { background-color: rgb(98,88,181); }

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

<style>
 span { border-color: #6258B5; }

 span { border-color: rgb(98,88,181); }

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