#6158B6

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

Shades of Blue Marguerite #6158B6

Tints of Blue Marguerite #6158B6

Color information

#6158B6 (or 0x6158B6) is unknown color: approx Blue Marguerite. HEX triplet: 61, 58 and B6. RGB value is (97,88,182). Sum of RGB (Red+Green+Blue) = 97+88+182=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #6158B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158B6 is #9EA749. Grayscale: #656565. Windows color (decimal): -10397514 or 11950177. OLE color: 11950177.

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

Color convert

RGB9788182-
CMYK0.470.5200.29
HSL245.74º39.17%52.94%-
HSV(B)245.74º51.65%71.37%-
XYZ16.8612.945.86-
YUV101.41173.48124.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=26.43%
G=23.98%
B=49.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97881820.470.5200.29245.7439.1752.94
Hex6158B62F3401Df62735
Octal14113026657640353664765
Binary110000110110001011011010111111010001110111110110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6158B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6158B6; }

 p { color: rgb(97,88,182); }

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

<style>
 a { background-color: #6158B6; }

 a { background-color: rgb(97,88,182); }

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

<style>
 span { border-color: #6158B6; }

 span { border-color: rgb(97,88,182); }

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