Html Css Color HEX #634ADB Slate Blue

📋 copy color: '#634ADB'

red 99 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #634ADB

Tints of Slate Blue #634ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.87%

R = 25.26%
G = 18.88%
B = 55.87%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#634ADB (or 0x634ADB) is known color: Slate Blue. HEX triplet: 63, 4A and DB. RGB value is (99,74,219). Sum of RGB (Red+Green+Blue) = 99+74+219=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #634ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634ADB is #9CB524. Grayscale: #616161. Windows color (decimal): -10269989 or 14371427. OLE color: 14371427.

HSL color Cylindrical-coordinate representation of color #634ADB: hue angle of 250.34º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #634ADB is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 74 219 -
CMYK 0.55 0.66 0 0.14
HSL 250.34º 0.67% 0.57% -
HSV(B) 250.34º 0.66% 0.86% -
XYZ 20.38 12.66 68.39 -
YUV 98.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 99 74 219 0.55 0.66 0 0.14 250.34 0.67 0.57
Hex 63 4A DB 37 42 0 E FA 43 39
Octal 143 112 333 67 102 0 16 372 103 71
Binary 1100011 1001010 11011011 110111 1000010 0 1110 11111010 1000011 111001

Color Harmonies of #634ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634ADB

Black with #634ADB

Text Example


Text Example

White with #634ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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