#6b4dae

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

Shades of Blue Marguerite #6B4DAE

Tints of Blue Marguerite #6B4DAE

Color information

#6B4DAE (or 0x6B4DAE) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 4D and AE. RGB value is (107,77,174). Sum of RGB (Red+Green+Blue) = 107+77+174=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4DAE is #94B251. Grayscale: #606060. Windows color (decimal): -9744978 or 11423083. OLE color: 11423083.

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

Color convert

RGB10777174-
CMYK0.390.5600.32
HSL258.56º38.65%49.22%-
HSV(B)258.56º55.75%68.24%-
XYZ16.3611.4941.4-
YUV97.03171.44135.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.89%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=29.89%
G=21.51%
B=48.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107771740.390.5600.32258.5638.6549.22
Hex6B4DAE27380201032731
Octal15311525647700404034761
Binary11010111001101101011101001111110000100000100000011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b4dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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