Html Css Color HEX #634CDF Slate Blue

📋 copy color: '#634CDF'

red 99 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #634CDF

Tints of Slate Blue #634CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 24.87%
G = 19.1%
B = 56.03%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#634CDF (or 0x634CDF) is known color: Slate Blue. HEX triplet: 63, 4C and DF. RGB value is (99,76,223). Sum of RGB (Red+Green+Blue) = 99+76+223=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #634CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CDF is #9CB320. Grayscale: #636363. Windows color (decimal): -10269473 or 14634083. OLE color: 14634083.

HSL color Cylindrical-coordinate representation of color #634CDF: hue angle of 249.39º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #634CDF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 76 223 -
CMYK 0.56 0.66 0 0.13
HSL 249.39º 0.7% 0.59% -
HSV(B) 249.39º 0.66% 0.87% -
XYZ 21.05 13.15 71.24 -
YUV 99.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 99 76 223 0.56 0.66 0 0.13 249.39 0.7 0.59
Hex 63 4C DF 38 42 0 D F9 46 3B
Octal 143 114 337 70 102 0 15 371 106 73
Binary 1100011 1001100 11011111 111000 1000010 0 1101 11111001 1000110 111011

Color Harmonies of #634CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CDF

Black with #634CDF

Text Example


Text Example

White with #634CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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