#6F5AB9

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

Shades of Blue Marguerite #6F5AB9

Tints of Blue Marguerite #6F5AB9

Color information

#6F5AB9 (or 0x6F5AB9) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 5A and B9. RGB value is (111,90,185). Sum of RGB (Red+Green+Blue) = 111+90+185=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #6F5AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5AB9 is #90A546. Grayscale: #6A6A6A. Windows color (decimal): -9479495 or 12147311. OLE color: 12147311.

HSL color Cylindrical-coordinate representation of color #6F5AB9: hue angle of 253.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F5AB9 is Cyan = 0.4, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11190185-
CMYK0.40.5100.27
HSL253.26º40.43%53.92%-
HSV(B)253.26º51.35%72.55%-
XYZ18.9714.1947.64-
YUV107.11171.96130.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.76%
GREEN value IS 90 (35.55% from 255) = 23.32%
BLUE value IS 185 (72.66% from 255) = 47.93%
R=28.76%
G=23.32%
B=47.93%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111901850.40.5100.27253.2640.4353.92
Hex6F5AB9283301Bfd2836
Octal15713227150630333755066
Binary110111110110101011100110100011001101101111111101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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