Html Css Color HEX #634EC0 Slate Blue

📋 copy color: '#634EC0'

red 99 ◦ green 78 ◦ blue 192

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

Shades of Slate Blue #634EC0

Tints of Slate Blue #634EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 26.83%
G = 21.14%
B = 52.03%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#634EC0 (or 0x634EC0) is known color: Slate Blue. HEX triplet: 63, 4E and C0. RGB value is (99,78,192). Sum of RGB (Red+Green+Blue) = 99+78+192=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #634EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EC0 is #9CB13F. Grayscale: #606060. Windows color (decimal): -10268992 or 12602979. OLE color: 12602979.

HSL color Cylindrical-coordinate representation of color #634EC0: hue angle of 251.05º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #634EC0 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 78 192 -
CMYK 0.48 0.59 0 0.25
HSL 251.05º 0.48% 0.53% -
HSV(B) 251.05º 0.59% 0.75% -
XYZ 17.38 11.91 51.25 -
YUV 97.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 99 78 192 0.48 0.59 0 0.25 251.05 0.48 0.53
Hex 63 4E C0 30 3B 0 19 FB 30 35
Octal 143 116 300 60 73 0 31 373 60 65
Binary 1100011 1001110 11000000 110000 111011 0 11001 11111011 110000 110101

Color Harmonies of #634EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634EC0

Black with #634EC0

Text Example


Text Example

White with #634EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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