Html Css Color HEX #634DD7 Slate Blue

📋 copy color: '#634DD7'

red 99 ◦ green 77 ◦ blue 215

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

Shades of Slate Blue #634DD7

Tints of Slate Blue #634DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.69%

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

R = 25.32%
G = 19.69%
B = 54.99%

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

#634DD7 (or 0x634DD7) is known color: Slate Blue. HEX triplet: 63, 4D and D7. RGB value is (99,77,215). Sum of RGB (Red+Green+Blue) = 99+77+215=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #634DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DD7 is #9CB228. Grayscale: #626262. Windows color (decimal): -10269225 or 14110051. OLE color: 14110051.

HSL color Cylindrical-coordinate representation of color #634DD7: hue angle of 249.57º 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 #634DD7 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 77 215 -
CMYK 0.54 0.64 0 0.16
HSL 249.57º 0.63% 0.57% -
HSV(B) 249.57º 0.64% 0.84% -
XYZ 20.07 12.87 65.72 -
YUV 99.31 193.29 127.78 -
System Red Green Blue C M Y K H S L
Decimal 99 77 215 0.54 0.64 0 0.16 249.57 0.63 0.57
Hex 63 4D D7 36 40 0 10 FA 3F 39
Octal 143 115 327 66 100 0 20 372 77 71
Binary 1100011 1001101 11010111 110110 1000000 0 10000 11111010 111111 111001

Color Harmonies of #634DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634DD7

Black with #634DD7

Text Example


Text Example

White with #634DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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