#6B5EAB

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

Shades of Blue Marguerite #6B5EAB

Tints of Blue Marguerite #6B5EAB

Color information

#6B5EAB (or 0x6B5EAB) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 5E and AB. RGB value is (107,94,171). Sum of RGB (Red+Green+Blue) = 107+94+171=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 94 (37.11% from 255 or 25.27% 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 #6B5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5EAB is #94A154. Grayscale: #6A6A6A. Windows color (decimal): -9740629 or 11230827. OLE color: 11230827.

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

Color convert

RGB10794171-
CMYK0.370.4500.33
HSL250.13º31.43%51.96%-
HSV(B)250.13º45.03%67.06%-
XYZ17.4214.0740.33-
YUV106.66164.31128.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.76%
GREEN value IS 94 (37.11% from 255) = 25.27%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=28.76%
G=25.27%
B=45.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107941710.370.4500.33250.1331.4351.96
Hex6B5EAB252D021fa1f34
Octal15313625345550413723764
Binary110101110111101010101110010110110101000011111101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,94,171); }

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

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

 a { background-color: rgb(107,94,171); }

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

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

 span { border-color: rgb(107,94,171); }

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