Html Css Color HEX #634ADD Slate Blue

📋 copy color: '#634ADD'

red 99 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #634ADD

Tints of Slate Blue #634ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 25.13%
G = 18.78%
B = 56.09%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#634ADD (or 0x634ADD) is known color: Slate Blue. HEX triplet: 63, 4A and DD. RGB value is (99,74,221). Sum of RGB (Red+Green+Blue) = 99+74+221=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #634ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634ADD is #9CB522. Grayscale: #616161. Windows color (decimal): -10269987 or 14502499. OLE color: 14502499.

HSL color Cylindrical-coordinate representation of color #634ADD: hue angle of 250.2º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #634ADD is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 74 221 -
CMYK 0.55 0.67 0 0.13
HSL 250.2º 0.68% 0.58% -
HSV(B) 250.2º 0.67% 0.87% -
XYZ 20.65 12.77 69.78 -
YUV 98.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 99 74 221 0.55 0.67 0 0.13 250.2 0.68 0.58
Hex 63 4A DD 37 43 0 D FA 44 3A
Octal 143 112 335 67 103 0 15 372 104 72
Binary 1100011 1001010 11011101 110111 1000011 0 1101 11111010 1000100 111010

Color Harmonies of #634ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634ADD

Black with #634ADD

Text Example


Text Example

White with #634ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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