Html Css Color HEX #6350D5 Slate Blue

📋 copy color: '#6350D5'

red 99 ◦ green 80 ◦ blue 213

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

Shades of Slate Blue #6350D5

Tints of Slate Blue #6350D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.34%

R = 25.26%
G = 20.41%
B = 54.34%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6350D5 (or 0x6350D5) is known color: Slate Blue. HEX triplet: 63, 50 and D5. RGB value is (99,80,213). Sum of RGB (Red+Green+Blue) = 99+80+213=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #6350D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350D5 is #9CAF2A. Grayscale: #646464. Windows color (decimal): -10268459 or 13979747. OLE color: 13979747.

HSL color Cylindrical-coordinate representation of color #6350D5: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6350D5 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 80 213 -
CMYK 0.54 0.62 0 0.16
HSL 248.57º 0.61% 0.57% -
HSV(B) 248.57º 0.62% 0.84% -
XYZ 20.02 13.19 64.44 -
YUV 100.84 191.29 126.69 -
System Red Green Blue C M Y K H S L
Decimal 99 80 213 0.54 0.62 0 0.16 248.57 0.61 0.57
Hex 63 50 D5 36 3E 0 10 F9 3D 39
Octal 143 120 325 66 76 0 20 371 75 71
Binary 1100011 1010000 11010101 110110 111110 0 10000 11111001 111101 111001

Color Harmonies of #6350D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350D5

Black with #6350D5

Text Example


Text Example

White with #6350D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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