Html Css Color HEX #634EDC Slate Blue

📋 copy color: '#634EDC'

red 99 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #634EDC

Tints of Slate Blue #634EDC

RGB

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

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

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

R = 24.94%
G = 19.65%
B = 55.42%

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

#634EDC (or 0x634EDC) is known color: Slate Blue. HEX triplet: 63, 4E and DC. RGB value is (99,78,220). Sum of RGB (Red+Green+Blue) = 99+78+220=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #634EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EDC is #9CB123. Grayscale: #636363. Windows color (decimal): -10268964 or 14437987. OLE color: 14437987.

HSL color Cylindrical-coordinate representation of color #634EDC: hue angle of 248.87º 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 #634EDC is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 78 220 -
CMYK 0.55 0.65 0 0.14
HSL 248.87º 0.67% 0.58% -
HSV(B) 248.87º 0.65% 0.86% -
XYZ 20.79 13.27 69.18 -
YUV 100.47 195.46 126.95 -
System Red Green Blue C M Y K H S L
Decimal 99 78 220 0.55 0.65 0 0.14 248.87 0.67 0.58
Hex 63 4E DC 37 41 0 E F9 43 3A
Octal 143 116 334 67 101 0 16 371 103 72
Binary 1100011 1001110 11011100 110111 1000001 0 1110 11111001 1000011 111010

Color Harmonies of #634EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634EDC

Black with #634EDC

Text Example


Text Example

White with #634EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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