Html Css Color HEX #6A4DB3 Blue Marguerite

📋 copy color: '#6A4DB3'

red 106 ◦ green 77 ◦ blue 179

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

Shades of Blue Marguerite #6A4DB3

Tints of Blue Marguerite #6A4DB3

RGB

 RED value IS 106 (41.8% from 255) = 29.28%

 GREEN value IS 77 (30.47% from 255) = 21.27%

 BLUE value IS 179 (70.31% from 255) = 49.45%

R = 29.28%
G = 21.27%
B = 49.45%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6A4DB3 (or 0x6A4DB3) is known color: Blue Marguerite. HEX triplet: 6A, 4D and B3. RGB value is (106,77,179). Sum of RGB (Red+Green+Blue) = 106+77+179=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #6A4DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4DB3 is #95B24C. Grayscale: #606060. Windows color (decimal): -9810509 or 11750762. OLE color: 11750762.

HSL color Cylindrical-coordinate representation of color #6A4DB3: hue angle of 257.06º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A4DB3 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 106 77 179 -
CMYK 0.41 0.57 0 0.30
HSL 257.06º 0.4% 0.5% -
HSV(B) 257.06º 0.57% 0.7% -
XYZ 16.73 11.63 44.01 -
YUV 97.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 106 77 179 0.41 0.57 0 0.30 257.06 0.4 0.5
Hex 6A 4D B3 29 39 0 1E 101 28 32
Octal 152 115 263 51 71 0 36 401 50 62
Binary 1101010 1001101 10110011 101001 111001 0 11110 100000001 101000 110010

Color Harmonies of #6A4DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4DB3

Black with #6A4DB3

Text Example


Text Example

White with #6A4DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,77,179); }

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

background-color css

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

 a { background-color: rgb(106,77,179); }

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

border-color css

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

 span { border-color: rgb(106,77,179); }

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