#6F5EAA

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

Shades of Blue Marguerite #6F5EAA

Tints of Blue Marguerite #6F5EAA

Color information

#6F5EAA (or 0x6F5EAA) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5E and AA. RGB value is (111,94,170). Sum of RGB (Red+Green+Blue) = 111+94+170=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F5EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5EAA is #90A155. Grayscale: #6B6B6B. Windows color (decimal): -9478486 or 11165295. OLE color: 11165295.

HSL color Cylindrical-coordinate representation of color #6F5EAA: hue angle of 253.42º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F5EAA is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11194170-
CMYK0.350.4500.33
HSL253.42º30.89%51.76%-
HSV(B)253.42º44.71%66.67%-
XYZ17.8114.2939.85-
YUV107.75163.13130.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.6%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=29.6%
G=25.07%
B=45.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111941700.350.4500.33253.4230.8951.76
Hex6F5EAA232D021fd1f34
Octal15713625243550413753764
Binary110111110111101010101010001110110101000011111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,170); }

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

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

 a { background-color: rgb(111,94,170); }

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

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

 span { border-color: rgb(111,94,170); }

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