Html Css Color HEX #6B4EAD Blue Marguerite

📋 copy color: '#6B4EAD'

red 107 ◦ green 78 ◦ blue 173

#6B4EAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #6B4EAD

Tints of Blue Marguerite #6B4EAD

RGB

 RED value IS 107 (42.19% from 255) = 29.89%

 GREEN value IS 78 (30.86% from 255) = 21.79%

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 29.89%
G = 21.79%
B = 48.32%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B4EAD (or 0x6B4EAD) is known color: Blue Marguerite. HEX triplet: 6B, 4E and AD. RGB value is (107,78,173). Sum of RGB (Red+Green+Blue) = 107+78+173=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B4EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4EAD is #94B152. Grayscale: #616161. Windows color (decimal): -9744723 or 11357803. OLE color: 11357803.

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

Color convert

RGB 107 78 173 -
CMYK 0.38 0.55 0 0.32
HSL 258.32º 0.38% 0.49% -
HSV(B) 258.32º 0.55% 0.68% -
XYZ 16.33 11.59 40.91 -
YUV 97.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 107 78 173 0.38 0.55 0 0.32 258.32 0.38 0.49
Hex 6B 4E AD 26 37 0 20 102 26 31
Octal 153 116 255 46 67 0 40 402 46 61
Binary 1101011 1001110 10101101 100110 110111 0 100000 100000010 100110 110001

Color Harmonies of #6B4EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4EAD

Black with #6B4EAD

Text Example


Text Example

White with #6B4EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B4EAD;
 }
 .AnyTagClassName
 {
   color: #6B4EAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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