#6A58B3

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

Shades of Blue Marguerite #6A58B3

Tints of Blue Marguerite #6A58B3

Color information

#6A58B3 (or 0x6A58B3) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 58 and B3. RGB value is (106,88,179). Sum of RGB (Red+Green+Blue) = 106+88+179=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #6A58B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A58B3 is #95A74C. Grayscale: #676767. Windows color (decimal): -9807693 or 11753578. OLE color: 11753578.

HSL color Cylindrical-coordinate representation of color #6A58B3: hue angle of 251.87º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A58B3 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10688179-
CMYK0.410.5100.30
HSL251.87º37.45%52.35%-
HSV(B)251.87º50.84%70.2%-
XYZ17.5713.344.29-
YUV103.76170.46129.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.42%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 179 (70.31% from 255) = 47.99%
R=28.42%
G=23.59%
B=47.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal106881790.410.5100.30251.8737.4552.35
Hex6A58B3293301Efc2534
Octal15213026351630363744564
Binary110101010110001011001110100111001101111011111100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A58B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,88,179); }

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

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

 a { background-color: rgb(106,88,179); }

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

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

 span { border-color: rgb(106,88,179); }

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