Html Css Color HEX #634ED2 Slate Blue

📋 copy color: '#634ED2'

red 99 ◦ green 78 ◦ blue 210

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

Shades of Slate Blue #634ED2

Tints of Slate Blue #634ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 54.26%

R = 25.58%
G = 20.16%
B = 54.26%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#634ED2 (or 0x634ED2) is known color: Slate Blue. HEX triplet: 63, 4E and D2. RGB value is (99,78,210). Sum of RGB (Red+Green+Blue) = 99+78+210=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #634ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634ED2 is #9CB12D. Grayscale: #626262. Windows color (decimal): -10268974 or 13782627. OLE color: 13782627.

HSL color Cylindrical-coordinate representation of color #634ED2: hue angle of 249.55º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #634ED2 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 78 210 -
CMYK 0.53 0.63 0 0.18
HSL 249.55º 0.59% 0.56% -
HSV(B) 249.55º 0.63% 0.82% -
XYZ 19.5 12.75 62.41 -
YUV 99.33 190.46 127.77 -
System Red Green Blue C M Y K H S L
Decimal 99 78 210 0.53 0.63 0 0.18 249.55 0.59 0.56
Hex 63 4E D2 35 3F 0 12 FA 3B 38
Octal 143 116 322 65 77 0 22 372 73 70
Binary 1100011 1001110 11010010 110101 111111 0 10010 11111010 111011 111000

Color Harmonies of #634ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634ED2

Black with #634ED2

Text Example


Text Example

White with #634ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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