Html Css Color HEX #6D63AB Blue Marguerite

📋 copy color: '#6D63AB'

red 109 ◦ green 99 ◦ blue 171

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

Shades of Blue Marguerite #6D63AB

Tints of Blue Marguerite #6D63AB

RGB

 RED value IS 109 (42.97% from 255) = 28.76%

 GREEN value IS 99 (39.06% from 255) = 26.12%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 28.76%
G = 26.12%
B = 45.12%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D63AB (or 0x6D63AB) is known color: Blue Marguerite. HEX triplet: 6D, 63 and AB. RGB value is (109,99,171). Sum of RGB (Red+Green+Blue) = 109+99+171=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D63AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D63AB is #929C54. Grayscale: #6D6D6D. Windows color (decimal): -9608277 or 11232109. OLE color: 11232109.

HSL color Cylindrical-coordinate representation of color #6D63AB: hue angle of 248.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D63AB is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 99 171 -
CMYK 0.36 0.42 0 0.33
HSL 248.33º 0.3% 0.53% -
HSV(B) 248.33º 0.42% 0.67% -
XYZ 18.12 15.12 40.49 -
YUV 110.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 109 99 171 0.36 0.42 0 0.33 248.33 0.3 0.53
Hex 6D 63 AB 24 2A 0 21 F8 1E 35
Octal 155 143 253 44 52 0 41 370 36 65
Binary 1101101 1100011 10101011 100100 101010 0 100001 11111000 11110 110101

Color Harmonies of #6D63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D63AB

Black with #6D63AB

Text Example


Text Example

White with #6D63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,99,171); }

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

background-color css

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

 a { background-color: rgb(109,99,171); }

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

border-color css

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

 span { border-color: rgb(109,99,171); }

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