Html Css Color HEX #634DDD Slate Blue

📋 copy color: '#634DDD'

red 99 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #634DDD

Tints of Slate Blue #634DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 24.94%
G = 19.4%
B = 55.67%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#634DDD (or 0x634DDD) is known color: Slate Blue. HEX triplet: 63, 4D and DD. RGB value is (99,77,221). Sum of RGB (Red+Green+Blue) = 99+77+221=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #634DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DDD is #9CB222. Grayscale: #636363. Windows color (decimal): -10269219 or 14503267. OLE color: 14503267.

HSL color Cylindrical-coordinate representation of color #634DDD: hue angle of 249.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #634DDD is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 77 221 -
CMYK 0.55 0.65 0 0.13
HSL 249.17º 0.68% 0.58% -
HSV(B) 249.17º 0.65% 0.87% -
XYZ 20.85 13.18 69.85 -
YUV 99.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 99 77 221 0.55 0.65 0 0.13 249.17 0.68 0.58
Hex 63 4D DD 37 41 0 D F9 44 3A
Octal 143 115 335 67 101 0 15 371 104 72
Binary 1100011 1001101 11011101 110111 1000001 0 1101 11111001 1000100 111010

Color Harmonies of #634DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634DDD

Black with #634DDD

Text Example


Text Example

White with #634DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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