Html Css Color HEX #6350BE Blue Marguerite

📋 copy color: '#6350BE'

red 99 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #6350BE

Tints of Blue Marguerite #6350BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 26.83%
G = 21.68%
B = 51.49%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6350BE (or 0x6350BE) is known color: Blue Marguerite. HEX triplet: 63, 50 and BE. RGB value is (99,80,190). Sum of RGB (Red+Green+Blue) = 99+80+190=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #6350BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350BE is #9CAF41. Grayscale: #616161. Windows color (decimal): -10268482 or 12472419. OLE color: 12472419.

HSL color Cylindrical-coordinate representation of color #6350BE: hue angle of 250.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6350BE is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 80 190 -
CMYK 0.48 0.58 0 0.25
HSL 250.36º 0.46% 0.53% -
HSV(B) 250.36º 0.58% 0.75% -
XYZ 17.31 12.11 50.14 -
YUV 98.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 99 80 190 0.48 0.58 0 0.25 250.36 0.46 0.53
Hex 63 50 BE 30 3A 0 19 FA 2E 35
Octal 143 120 276 60 72 0 31 372 56 65
Binary 1100011 1010000 10111110 110000 111010 0 11001 11111010 101110 110101

Color Harmonies of #6350BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350BE

Black with #6350BE

Text Example


Text Example

White with #6350BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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