Html Css Color HEX #6349AD Blue Marguerite

📋 copy color: '#6349AD'

red 99 ◦ green 73 ◦ blue 173

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

Shades of Blue Marguerite #6349AD

Tints of Blue Marguerite #6349AD

RGB

 RED value IS 99 (39.06% from 255) = 28.7%

 GREEN value IS 73 (28.91% from 255) = 21.16%

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

R = 28.7%
G = 21.16%
B = 50.14%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6349AD (or 0x6349AD) is known color: Blue Marguerite. HEX triplet: 63, 49 and AD. RGB value is (99,73,173). Sum of RGB (Red+Green+Blue) = 99+73+173=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #6349AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6349AD is #9CB652. Grayscale: #5B5B5B. Windows color (decimal): -10270291 or 11356515. OLE color: 11356515.

HSL color Cylindrical-coordinate representation of color #6349AD: hue angle of 255.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6349AD is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 73 173 -
CMYK 0.43 0.58 0 0.32
HSL 255.6º 0.41% 0.48% -
HSV(B) 255.6º 0.58% 0.68% -
XYZ 15.07 10.43 40.75 -
YUV 92.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 99 73 173 0.43 0.58 0 0.32 255.6 0.41 0.48
Hex 63 49 AD 2B 3A 0 20 100 29 30
Octal 143 111 255 53 72 0 40 400 51 60
Binary 1100011 1001001 10101101 101011 111010 0 100000 100000000 101001 110000

Color Harmonies of #6349AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6349AD

Black with #6349AD

Text Example


Text Example

White with #6349AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6349AD; }

 p { color: rgb(99,73,173); }

 H1.HeaderClassName
 {
   color: #6349AD;
 }
 .AnyTagClassName
 {
   color: #6349AD;
 }
</style>

background-color css

<style>
 a { background-color: #6349AD; }

 a { background-color: rgb(99,73,173); }

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

border-color css

<style>
 span { border-color: #6349AD; }

 span { border-color: rgb(99,73,173); }

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