#6F5AAB

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

Shades of Blue Marguerite #6F5AAB

Tints of Blue Marguerite #6F5AAB

Color information

#6F5AAB (or 0x6F5AAB) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5A and AB. RGB value is (111,90,171). Sum of RGB (Red+Green+Blue) = 111+90+171=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F5AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5AAB is #90A554. Grayscale: #696969. Windows color (decimal): -9479509 or 11229807. OLE color: 11229807.

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

Color convert

RGB11190171-
CMYK0.350.4700.33
HSL255.56º32.53%51.18%-
HSV(B)255.56º47.37%67.06%-
XYZ17.5613.6340.23-
YUV105.51164.96131.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.84%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=29.84%
G=24.19%
B=45.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111901710.350.4700.33255.5632.5351.18
Hex6F5AAB232F0211002133
Octal15713225343570414004163
Binary11011111011010101010111000111011110100001100000000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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