Html Css Color HEX #634ED7 Slate Blue

📋 copy color: '#634ED7'

red 99 ◦ green 78 ◦ blue 215

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

Shades of Slate Blue #634ED7

Tints of Slate Blue #634ED7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.9%

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

R = 25.26%
G = 19.9%
B = 54.85%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#634ED7 (or 0x634ED7) is known color: Slate Blue. HEX triplet: 63, 4E and D7. RGB value is (99,78,215). Sum of RGB (Red+Green+Blue) = 99+78+215=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 215 (84.38% from 255 or 54.85% from 392); Max value from RGB is 215 - color contains mainly: blue. Hex color #634ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634ED7 is #9CB128. Grayscale: #636363. Windows color (decimal): -10268969 or 14110307. OLE color: 14110307.

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

Color convert

RGB 99 78 215 -
CMYK 0.54 0.64 0 0.16
HSL 249.2º 0.63% 0.57% -
HSV(B) 249.2º 0.64% 0.84% -
XYZ 20.14 13.01 65.74 -
YUV 99.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 99 78 215 0.54 0.64 0 0.16 249.2 0.63 0.57
Hex 63 4E D7 36 40 0 10 F9 3F 39
Octal 143 116 327 66 100 0 20 371 77 71
Binary 1100011 1001110 11010111 110110 1000000 0 10000 11111001 111111 111001

Color Harmonies of #634ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634ED7

Black with #634ED7

Text Example


Text Example

White with #634ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634ED7; }

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

 H1.HeaderClassName
 {
   color: #634ED7;
 }
 .AnyTagClassName
 {
   color: #634ED7;
 }
</style>

background-color css

<style>
 a { background-color: #634ED7; }

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

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

border-color css

<style>
 span { border-color: #634ED7; }

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

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