Html Css Color HEX #6551A3 Blue Marguerite

📋 copy color: '#6551A3'

red 101 ◦ green 81 ◦ blue 163

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

Shades of Blue Marguerite #6551A3

Tints of Blue Marguerite #6551A3

RGB

 RED value IS 101 (39.84% from 255) = 29.28%

 GREEN value IS 81 (32.03% from 255) = 23.48%

 BLUE value IS 163 (64.06% from 255) = 47.25%

R = 29.28%
G = 23.48%
B = 47.25%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6551A3 (or 0x6551A3) is known color: Blue Marguerite. HEX triplet: 65, 51 and A3. RGB value is (101,81,163). Sum of RGB (Red+Green+Blue) = 101+81+163=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 163 - color contains mainly: blue. Hex color #6551A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6551A3 is #9AAE5C. Grayscale: #606060. Windows color (decimal): -10137181 or 10703205. OLE color: 10703205.

HSL color Cylindrical-coordinate representation of color #6551A3: hue angle of 254.63º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6551A3 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 81 163 -
CMYK 0.38 0.50 0 0.36
HSL 254.63º 0.34% 0.48% -
HSV(B) 254.63º 0.5% 0.64% -
XYZ 14.92 11.3 36.04 -
YUV 96.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 101 81 163 0.38 0.50 0 0.36 254.63 0.34 0.48
Hex 65 51 A3 26 32 0 24 FF 22 30
Octal 145 121 243 46 62 0 44 377 42 60
Binary 1100101 1010001 10100011 100110 110010 0 100100 11111111 100010 110000

Color Harmonies of #6551A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6551A3

Black with #6551A3

Text Example


Text Example

White with #6551A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6551A3; }

 p { color: rgb(101,81,163); }

 H1.HeaderClassName
 {
   color: #6551A3;
 }
 .AnyTagClassName
 {
   color: #6551A3;
 }
</style>

background-color css

<style>
 a { background-color: #6551A3; }

 a { background-color: rgb(101,81,163); }

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

border-color css

<style>
 span { border-color: #6551A3; }

 span { border-color: rgb(101,81,163); }

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