#6F5FAD

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

Shades of Blue Marguerite #6F5FAD

Tints of Blue Marguerite #6F5FAD

Color information

#6F5FAD (or 0x6F5FAD) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5F and AD. RGB value is (111,95,173). Sum of RGB (Red+Green+Blue) = 111+95+173=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F5FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5FAD is #90A052. Grayscale: #6C6C6C. Windows color (decimal): -9478227 or 11362159. OLE color: 11362159.

HSL color Cylindrical-coordinate representation of color #6F5FAD: hue angle of 252.31º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F5FAD is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11195173-
CMYK0.360.4500.32
HSL252.31º32.23%52.55%-
HSV(B)252.31º45.09%67.84%-
XYZ18.1914.5841.39-
YUV108.68164.3129.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 95 (37.5% from 255) = 25.07%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=29.29%
G=25.07%
B=45.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111951730.360.4500.32252.3132.2352.55
Hex6F5FAD242D020fc2035
Octal15713725544550403744065
Binary1101111101111110101101100100101101010000011111100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,95,173); }

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

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

 a { background-color: rgb(111,95,173); }

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

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

 span { border-color: rgb(111,95,173); }

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