Html Css Color HEX #634DDC Slate Blue

📋 copy color: '#634DDC'

red 99 ◦ green 77 ◦ blue 220

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

Shades of Slate Blue #634DDC

Tints of Slate Blue #634DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 25%
G = 19.44%
B = 55.56%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#634DDC (or 0x634DDC) is known color: Slate Blue. HEX triplet: 63, 4D and DC. RGB value is (99,77,220). Sum of RGB (Red+Green+Blue) = 99+77+220=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #634DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DDC is #9CB223. Grayscale: #636363. Windows color (decimal): -10269220 or 14437731. OLE color: 14437731.

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

Color convert

RGB 99 77 220 -
CMYK 0.55 0.65 0 0.14
HSL 249.23º 0.67% 0.58% -
HSV(B) 249.23º 0.65% 0.86% -
XYZ 20.72 13.13 69.15 -
YUV 99.88 195.79 127.37 -
System Red Green Blue C M Y K H S L
Decimal 99 77 220 0.55 0.65 0 0.14 249.23 0.67 0.58
Hex 63 4D DC 37 41 0 E F9 43 3A
Octal 143 115 334 67 101 0 16 371 103 72
Binary 1100011 1001101 11011100 110111 1000001 0 1110 11111001 1000011 111010

Color Harmonies of #634DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634DDC

Black with #634DDC

Text Example


Text Example

White with #634DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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