Html Css Color HEX #634DC0 Slate Blue

📋 copy color: '#634DC0'

red 99 ◦ green 77 ◦ blue 192

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

Shades of Slate Blue #634DC0

Tints of Slate Blue #634DC0

RGB

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

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

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

R = 26.9%
G = 20.92%
B = 52.17%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#634DC0 (or 0x634DC0) is known color: Slate Blue. HEX triplet: 63, 4D and C0. RGB value is (99,77,192). Sum of RGB (Red+Green+Blue) = 99+77+192=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #634DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DC0 is #9CB23F. Grayscale: #606060. Windows color (decimal): -10269248 or 12602723. OLE color: 12602723.

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

Color convert

RGB 99 77 192 -
CMYK 0.48 0.60 0 0.25
HSL 251.48º 0.48% 0.53% -
HSV(B) 251.48º 0.6% 0.75% -
XYZ 17.31 11.77 51.23 -
YUV 96.69 181.79 129.65 -
System Red Green Blue C M Y K H S L
Decimal 99 77 192 0.48 0.60 0 0.25 251.48 0.48 0.53
Hex 63 4D C0 30 3C 0 19 FB 30 35
Octal 143 115 300 60 74 0 31 373 60 65
Binary 1100011 1001101 11000000 110000 111100 0 11001 11111011 110000 110101

Color Harmonies of #634DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634DC0

Black with #634DC0

Text Example


Text Example

White with #634DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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