#6F5EAC

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

Shades of Blue Marguerite #6F5EAC

Tints of Blue Marguerite #6F5EAC

Color information

#6F5EAC (or 0x6F5EAC) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5E and AC. RGB value is (111,94,172). Sum of RGB (Red+Green+Blue) = 111+94+172=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F5EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5EAC is #90A153. Grayscale: #6B6B6B. Windows color (decimal): -9478484 or 11296367. OLE color: 11296367.

HSL color Cylindrical-coordinate representation of color #6F5EAC: hue angle of 253.08º degrees, saturation: 0.32, 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 #6F5EAC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11194172-
CMYK0.350.4500.33
HSL253.08º31.97%52.16%-
HSV(B)253.08º45.35%67.45%-
XYZ1814.3640.85-
YUV107.98164.13130.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=29.44%
G=24.93%
B=45.62%

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
Decimal111941720.350.4500.33253.0831.9752.16
Hex6F5EAC232D021fd2034
Octal15713625443550413754064
Binary1101111101111010101100100011101101010000111111101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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