#6B4EAE

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

Shades of Blue Marguerite #6B4EAE

Tints of Blue Marguerite #6B4EAE

Color information

#6B4EAE (or 0x6B4EAE) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 4E and AE. RGB value is (107,78,174). Sum of RGB (Red+Green+Blue) = 107+78+174=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B4EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4EAE is #94B151. Grayscale: #616161. Windows color (decimal): -9744722 or 11423339. OLE color: 11423339.

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

Color convert

RGB10778174-
CMYK0.390.5500.32
HSL258.12º38.1%49.41%-
HSV(B)258.12º55.17%68.24%-
XYZ16.4311.6341.42-
YUV97.62171.11134.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.81%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=29.81%
G=21.73%
B=48.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107781740.390.5500.32258.1238.149.41
Hex6B4EAE27370201022631
Octal15311625647670404024661
Binary11010111001110101011101001111101110100000100000010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,78,174); }

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

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

 a { background-color: rgb(107,78,174); }

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

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

 span { border-color: rgb(107,78,174); }

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