Html Css Color HEX #634ADE Slate Blue

📋 copy color: '#634ADE'

red 99 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #634ADE

Tints of Slate Blue #634ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 25.06%
G = 18.73%
B = 56.2%

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

#634ADE (or 0x634ADE) is known color: Slate Blue. HEX triplet: 63, 4A and DE. RGB value is (99,74,222). Sum of RGB (Red+Green+Blue) = 99+74+222=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #634ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634ADE is #9CB521. Grayscale: #616161. Windows color (decimal): -10269986 or 14568035. OLE color: 14568035.

HSL color Cylindrical-coordinate representation of color #634ADE: hue angle of 250.14º degrees, saturation: 0.69, 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 #634ADE is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 74 222 -
CMYK 0.55 0.67 0 0.13
HSL 250.14º 0.69% 0.58% -
HSV(B) 250.14º 0.67% 0.87% -
XYZ 20.78 12.82 70.49 -
YUV 98.35 197.78 128.47 -
System Red Green Blue C M Y K H S L
Decimal 99 74 222 0.55 0.67 0 0.13 250.14 0.69 0.58
Hex 63 4A DE 37 43 0 D FA 45 3A
Octal 143 112 336 67 103 0 15 372 105 72
Binary 1100011 1001010 11011110 110111 1000011 0 1101 11111010 1000101 111010

Color Harmonies of #634ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634ADE

Black with #634ADE

Text Example


Text Example

White with #634ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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