Html Css Color HEX #6550BD Blue Marguerite

📋 copy color: '#6550BD'

red 101 ◦ green 80 ◦ blue 189

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

Shades of Blue Marguerite #6550BD

Tints of Blue Marguerite #6550BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 27.3%
G = 21.62%
B = 51.08%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6550BD (or 0x6550BD) is known color: Blue Marguerite. HEX triplet: 65, 50 and BD. RGB value is (101,80,189). Sum of RGB (Red+Green+Blue) = 101+80+189=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #6550BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6550BD is #9AAF42. Grayscale: #626262. Windows color (decimal): -10137411 or 12406885. OLE color: 12406885.

HSL color Cylindrical-coordinate representation of color #6550BD: hue angle of 251.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6550BD is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 80 189 -
CMYK 0.47 0.58 0 0.26
HSL 251.56º 0.45% 0.53% -
HSV(B) 251.56º 0.58% 0.74% -
XYZ 17.42 12.18 49.58 -
YUV 98.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 101 80 189 0.47 0.58 0 0.26 251.56 0.45 0.53
Hex 65 50 BD 2F 3A 0 1A FC 2D 35
Octal 145 120 275 57 72 0 32 374 55 65
Binary 1100101 1010000 10111101 101111 111010 0 11010 11111100 101101 110101

Color Harmonies of #6550BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6550BD

Black with #6550BD

Text Example


Text Example

White with #6550BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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