#6B4DAD

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

Shades of Blue Marguerite #6B4DAD

Tints of Blue Marguerite #6B4DAD

Color information

#6B4DAD (or 0x6B4DAD) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 4D and AD. RGB value is (107,77,173). Sum of RGB (Red+Green+Blue) = 107+77+173=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4DAD is #94B252. Grayscale: #606060. Windows color (decimal): -9744979 or 11357547. OLE color: 11357547.

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

Color convert

RGB10777173-
CMYK0.380.5500.32
HSL258.75º38.4%49.02%-
HSV(B)258.75º55.49%67.84%-
XYZ16.2611.4540.89-
YUV96.91170.94135.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.97%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=29.97%
G=21.57%
B=48.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107771730.380.5500.32258.7538.449.02
Hex6B4DAD26370201032631
Octal15311525546670404034661
Binary11010111001101101011011001101101110100000100000011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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