Html Css Color HEX #634CC2 Slate Blue

📋 copy color: '#634CC2'

red 99 ◦ green 76 ◦ blue 194

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

Shades of Slate Blue #634CC2

Tints of Slate Blue #634CC2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

 BLUE value IS 194 (76.17% from 255) = 52.57%

R = 26.83%
G = 20.6%
B = 52.57%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#634CC2 (or 0x634CC2) is known color: Slate Blue. HEX triplet: 63, 4C and C2. RGB value is (99,76,194). Sum of RGB (Red+Green+Blue) = 99+76+194=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #634CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CC2 is #9CB33D. Grayscale: #5F5F5F. Windows color (decimal): -10269502 or 12733539. OLE color: 12733539.

HSL color Cylindrical-coordinate representation of color #634CC2: hue angle of 251.69º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #634CC2 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 76 194 -
CMYK 0.49 0.61 0 0.24
HSL 251.69º 0.49% 0.53% -
HSV(B) 251.69º 0.61% 0.76% -
XYZ 17.47 11.72 52.38 -
YUV 96.33 183.12 129.91 -
System Red Green Blue C M Y K H S L
Decimal 99 76 194 0.49 0.61 0 0.24 251.69 0.49 0.53
Hex 63 4C C2 31 3D 0 18 FC 31 35
Octal 143 114 302 61 75 0 30 374 61 65
Binary 1100011 1001100 11000010 110001 111101 0 11000 11111100 110001 110101

Color Harmonies of #634CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CC2

Black with #634CC2

Text Example


Text Example

White with #634CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,76,194); }

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

background-color css

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

 a { background-color: rgb(99,76,194); }

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

border-color css

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

 span { border-color: rgb(99,76,194); }

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