#6B58BA

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

Shades of Blue Marguerite #6B58BA

Tints of Blue Marguerite #6B58BA

Color information

#6B58BA (or 0x6B58BA) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 58 and BA. RGB value is (107,88,186). Sum of RGB (Red+Green+Blue) = 107+88+186=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B58BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B58BA is #94A745. Grayscale: #686868. Windows color (decimal): -9742150 or 12212331. OLE color: 12212331.

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

Color convert

RGB10788186-
CMYK0.420.5300.27
HSL251.63º41.53%53.73%-
HSV(B)251.63º52.69%72.94%-
XYZ18.4213.6548.12-
YUV104.85173.79129.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 88 (34.77% from 255) = 23.10%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=28.08%
G=23.10%
B=48.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107881860.420.5300.27251.6341.5353.73
Hex6B58BA2A3501Bfc2a36
Octal15313027252650333745266
Binary110101110110001011101010101011010101101111111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B58BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B58BA; }

 p { color: rgb(107,88,186); }

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

<style>
 a { background-color: #6B58BA; }

 a { background-color: rgb(107,88,186); }

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

<style>
 span { border-color: #6B58BA; }

 span { border-color: rgb(107,88,186); }

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