#6A5FB3

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

Shades of Blue Marguerite #6A5FB3

Tints of Blue Marguerite #6A5FB3

Color information

#6A5FB3 (or 0x6A5FB3) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 5F and B3. RGB value is (106,95,179). Sum of RGB (Red+Green+Blue) = 106+95+179=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #6A5FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5FB3 is #95A04C. Grayscale: #6B6B6B. Windows color (decimal): -9805901 or 11755370. OLE color: 11755370.

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

Color convert

RGB10695179-
CMYK0.410.4700.30
HSL247.86º35.59%53.73%-
HSV(B)247.86º46.93%70.2%-
XYZ18.1714.544.49-
YUV107.86168.14126.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.89%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 179 (70.31% from 255) = 47.11%
R=27.89%
G=25%
B=47.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal106951790.410.4700.30247.8635.5953.73
Hex6A5FB3292F01Ef82436
Octal15213726351570363704466
Binary110101010111111011001110100110111101111011111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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