Html Css Color HEX #634CC0 Slate Blue

📋 copy color: '#634CC0'

red 99 ◦ green 76 ◦ blue 192

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

Shades of Slate Blue #634CC0

Tints of Slate Blue #634CC0

RGB

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

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

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

R = 26.98%
G = 20.71%
B = 52.32%

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

#634CC0 (or 0x634CC0) is known color: Slate Blue. HEX triplet: 63, 4C and C0. RGB value is (99,76,192). Sum of RGB (Red+Green+Blue) = 99+76+192=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #634CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CC0 is #9CB33F. Grayscale: #5F5F5F. Windows color (decimal): -10269504 or 12602467. OLE color: 12602467.

HSL color Cylindrical-coordinate representation of color #634CC0: hue angle of 251.9º 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 #634CC0 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 76 192 -
CMYK 0.48 0.60 0 0.25
HSL 251.9º 0.48% 0.53% -
HSV(B) 251.9º 0.6% 0.75% -
XYZ 17.24 11.63 51.2 -
YUV 96.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 99 76 192 0.48 0.60 0 0.25 251.9 0.48 0.53
Hex 63 4C C0 30 3C 0 19 FC 30 35
Octal 143 114 300 60 74 0 31 374 60 65
Binary 1100011 1001100 11000000 110000 111100 0 11001 11111100 110000 110101

Color Harmonies of #634CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CC0

Black with #634CC0

Text Example


Text Example

White with #634CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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