Html Css Color HEX #634DC6 Slate Blue

📋 copy color: '#634DC6'

red 99 ◦ green 77 ◦ blue 198

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

Shades of Slate Blue #634DC6

Tints of Slate Blue #634DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 52.94%

R = 26.47%
G = 20.59%
B = 52.94%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#634DC6 (or 0x634DC6) is known color: Slate Blue. HEX triplet: 63, 4D and C6. RGB value is (99,77,198). Sum of RGB (Red+Green+Blue) = 99+77+198=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #634DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DC6 is #9CB239. Grayscale: #606060. Windows color (decimal): -10269242 or 12995939. OLE color: 12995939.

HSL color Cylindrical-coordinate representation of color #634DC6: hue angle of 250.91º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #634DC6 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 77 198 -
CMYK 0.50 0.61 0 0.22
HSL 250.91º 0.51% 0.54% -
HSV(B) 250.91º 0.61% 0.78% -
XYZ 17.99 12.04 54.8 -
YUV 97.37 184.79 129.16 -
System Red Green Blue C M Y K H S L
Decimal 99 77 198 0.50 0.61 0 0.22 250.91 0.51 0.54
Hex 63 4D C6 32 3D 0 16 FB 33 36
Octal 143 115 306 62 75 0 26 373 63 66
Binary 1100011 1001101 11000110 110010 111101 0 10110 11111011 110011 110110

Color Harmonies of #634DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634DC6

Black with #634DC6

Text Example


Text Example

White with #634DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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