Html Css Color HEX #6350D7 Slate Blue

📋 copy color: '#6350D7'

red 99 ◦ green 80 ◦ blue 215

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

Shades of Slate Blue #6350D7

Tints of Slate Blue #6350D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.57%

R = 25.13%
G = 20.3%
B = 54.57%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6350D7 (or 0x6350D7) is known color: Slate Blue. HEX triplet: 63, 50 and D7. RGB value is (99,80,215). Sum of RGB (Red+Green+Blue) = 99+80+215=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #6350D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350D7 is #9CAF28. Grayscale: #646464. Windows color (decimal): -10268457 or 14110819. OLE color: 14110819.

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

Color convert

RGB 99 80 215 -
CMYK 0.54 0.63 0 0.16
HSL 248.44º 0.63% 0.58% -
HSV(B) 248.44º 0.63% 0.84% -
XYZ 20.28 13.3 65.79 -
YUV 101.07 192.29 126.52 -
System Red Green Blue C M Y K H S L
Decimal 99 80 215 0.54 0.63 0 0.16 248.44 0.63 0.58
Hex 63 50 D7 36 3F 0 10 F8 3F 3A
Octal 143 120 327 66 77 0 20 370 77 72
Binary 1100011 1010000 11010111 110110 111111 0 10000 11111000 111111 111010

Color Harmonies of #6350D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350D7

Black with #6350D7

Text Example


Text Example

White with #6350D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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