Html Css Color HEX #6350BD Blue Marguerite

📋 copy color: '#6350BD'

red 99 ◦ green 80 ◦ blue 189

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

Shades of Blue Marguerite #6350BD

Tints of Blue Marguerite #6350BD

RGB

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

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

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

R = 26.9%
G = 21.74%
B = 51.36%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6350BD (or 0x6350BD) is known color: Blue Marguerite. HEX triplet: 63, 50 and BD. RGB value is (99,80,189). Sum of RGB (Red+Green+Blue) = 99+80+189=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #6350BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350BD is #9CAF42. Grayscale: #616161. Windows color (decimal): -10268483 or 12406883. OLE color: 12406883.

HSL color Cylindrical-coordinate representation of color #6350BD: hue angle of 250.46º 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 #6350BD is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 80 189 -
CMYK 0.48 0.58 0 0.26
HSL 250.46º 0.45% 0.53% -
HSV(B) 250.46º 0.58% 0.74% -
XYZ 17.2 12.06 49.57 -
YUV 98.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 99 80 189 0.48 0.58 0 0.26 250.46 0.45 0.53
Hex 63 50 BD 30 3A 0 1A FA 2D 35
Octal 143 120 275 60 72 0 32 372 55 65
Binary 1100011 1010000 10111101 110000 111010 0 11010 11111010 101101 110101

Color Harmonies of #6350BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350BD

Black with #6350BD

Text Example


Text Example

White with #6350BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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