#6F5FAB

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

Shades of Blue Marguerite #6F5FAB

Tints of Blue Marguerite #6F5FAB

Color information

#6F5FAB (or 0x6F5FAB) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5F and AB. RGB value is (111,95,171). Sum of RGB (Red+Green+Blue) = 111+95+171=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F5FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5FAB is #90A054. Grayscale: #6C6C6C. Windows color (decimal): -9478229 or 11231087. OLE color: 11231087.

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

Color convert

RGB11195171-
CMYK0.350.4400.33
HSL252.63º31.15%52.16%-
HSV(B)252.63º44.44%67.06%-
XYZ1814.540.38-
YUV108.45163.3129.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=29.44%
G=25.20%
B=45.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111951710.350.4400.33252.6331.1552.16
Hex6F5FAB232C021fd1f34
Octal15713725343540413753764
Binary110111110111111010101110001110110001000011111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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