#6B58A9

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

Shades of Blue Marguerite #6B58A9

Tints of Blue Marguerite #6B58A9

Color information

#6B58A9 (or 0x6B58A9) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 58 and A9. RGB value is (107,88,169). Sum of RGB (Red+Green+Blue) = 107+88+169=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B58A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B58A9 is #94A756. Grayscale: #666666. Windows color (decimal): -9742167 or 11098219. OLE color: 11098219.

HSL color Cylindrical-coordinate representation of color #6B58A9: hue angle of 254.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B58A9 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10788169-
CMYK0.370.4800.34
HSL254.07º32.02%50.39%-
HSV(B)254.07º47.93%66.27%-
XYZ16.7112.9739.16-
YUV102.92165.29130.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 169 (66.41% from 255) = 46.43%
R=29.40%
G=24.18%
B=46.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal107881690.370.4800.34254.0732.0250.39
Hex6B58A92530022fe2032
Octal15313025145600423764062
Binary1101011101100010101001100101110000010001011111110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B58A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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