Html Css Color HEX #6550B5 Blue Marguerite

📋 copy color: '#6550B5'

red 101 ◦ green 80 ◦ blue 181

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

Shades of Blue Marguerite #6550B5

Tints of Blue Marguerite #6550B5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

 BLUE value IS 181 (71.09% from 255) = 50%

R = 27.9%
G = 22.1%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6550B5 (or 0x6550B5) is known color: Blue Marguerite. HEX triplet: 65, 50 and B5. RGB value is (101,80,181). Sum of RGB (Red+Green+Blue) = 101+80+181=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #6550B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6550B5 is #9AAF4A. Grayscale: #616161. Windows color (decimal): -10137419 or 11882597. OLE color: 11882597.

HSL color Cylindrical-coordinate representation of color #6550B5: hue angle of 252.48º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6550B5 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 80 181 -
CMYK 0.44 0.56 0 0.29
HSL 252.48º 0.41% 0.51% -
HSV(B) 252.48º 0.56% 0.71% -
XYZ 16.58 11.84 45.13 -
YUV 97.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 101 80 181 0.44 0.56 0 0.29 252.48 0.41 0.51
Hex 65 50 B5 2C 38 0 1D FC 29 33
Octal 145 120 265 54 70 0 35 374 51 63
Binary 1100101 1010000 10110101 101100 111000 0 11101 11111100 101001 110011

Color Harmonies of #6550B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6550B5

Black with #6550B5

Text Example


Text Example

White with #6550B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6550B5; }

 p { color: rgb(101,80,181); }

 H1.HeaderClassName
 {
   color: #6550B5;
 }
 .AnyTagClassName
 {
   color: #6550B5;
 }
</style>

background-color css

<style>
 a { background-color: #6550B5; }

 a { background-color: rgb(101,80,181); }

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

border-color css

<style>
 span { border-color: #6550B5; }

 span { border-color: rgb(101,80,181); }

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