Html Css Color HEX #634AD0 Slate Blue

📋 copy color: '#634AD0'

red 99 ◦ green 74 ◦ blue 208

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

Shades of Slate Blue #634AD0

Tints of Slate Blue #634AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

 BLUE value IS 208 (81.64% from 255) = 54.59%

R = 25.98%
G = 19.42%
B = 54.59%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#634AD0 (or 0x634AD0) is known color: Slate Blue. HEX triplet: 63, 4A and D0. RGB value is (99,74,208). Sum of RGB (Red+Green+Blue) = 99+74+208=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 208 (81.64% from 255 or 54.59% from 381); Max value from RGB is 208 - color contains mainly: blue. Hex color #634AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634AD0 is #9CB52F. Grayscale: #606060. Windows color (decimal): -10270000 or 13650531. OLE color: 13650531.

HSL color Cylindrical-coordinate representation of color #634AD0: hue angle of 251.19º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634AD0 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 74 208 -
CMYK 0.52 0.64 0 0.18
HSL 251.19º 0.59% 0.55% -
HSV(B) 251.19º 0.64% 0.82% -
XYZ 18.98 12.1 61.01 -
YUV 96.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 99 74 208 0.52 0.64 0 0.18 251.19 0.59 0.55
Hex 63 4A D0 34 40 0 12 FB 3B 37
Octal 143 112 320 64 100 0 22 373 73 67
Binary 1100011 1001010 11010000 110100 1000000 0 10010 11111011 111011 110111

Color Harmonies of #634AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634AD0

Black with #634AD0

Text Example


Text Example

White with #634AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,74,208); }

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

background-color css

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

 a { background-color: rgb(99,74,208); }

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

border-color css

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

 span { border-color: rgb(99,74,208); }

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