#6B5EAC

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

Shades of Blue Marguerite #6B5EAC

Tints of Blue Marguerite #6B5EAC

Color information

#6B5EAC (or 0x6B5EAC) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 5E and AC. RGB value is (107,94,172). Sum of RGB (Red+Green+Blue) = 107+94+172=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B5EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5EAC is #94A153. Grayscale: #6A6A6A. Windows color (decimal): -9740628 or 11296363. OLE color: 11296363.

HSL color Cylindrical-coordinate representation of color #6B5EAC: hue angle of 250º degrees, saturation: 0.32, 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 #6B5EAC is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10794172-
CMYK0.380.4500.33
HSL250º31.97%52.16%-
HSV(B)250º45.35%67.45%-
XYZ17.5114.1140.83-
YUV106.78164.81128.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.69%
GREEN value IS 94 (37.11% from 255) = 25.20%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=28.69%
G=25.20%
B=46.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107941720.380.4500.3325031.9752.16
Hex6B5EAC262D021fa2034
Octal15313625446550413724064
Binary1101011101111010101100100110101101010000111111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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