#6B5BAD

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

Shades of Blue Marguerite #6B5BAD

Tints of Blue Marguerite #6B5BAD

Color information

#6B5BAD (or 0x6B5BAD) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 5B and AD. RGB value is (107,91,173). Sum of RGB (Red+Green+Blue) = 107+91+173=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B5BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5BAD is #94A452. Grayscale: #686868. Windows color (decimal): -9741395 or 11361131. OLE color: 11361131.

HSL color Cylindrical-coordinate representation of color #6B5BAD: hue angle of 251.71º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B5BAD is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10791173-
CMYK0.380.4700.32
HSL251.71º33.33%51.76%-
HSV(B)251.71º47.4%67.84%-
XYZ17.3513.6341.25-
YUV105.13166.3129.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.84%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=28.84%
G=24.53%
B=46.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107911730.380.4700.32251.7133.3351.76
Hex6B5BAD262F020fc2134
Octal15313325546570403744164
Binary1101011101101110101101100110101111010000011111100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,91,173); }

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

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

 a { background-color: rgb(107,91,173); }

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

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

 span { border-color: rgb(107,91,173); }

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