Html Css Color HEX #634DDB Slate Blue

📋 copy color: '#634DDB'

red 99 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #634DDB

Tints of Slate Blue #634DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

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

R = 25.06%
G = 19.49%
B = 55.44%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#634DDB (or 0x634DDB) is known color: Slate Blue. HEX triplet: 63, 4D and DB. RGB value is (99,77,219). Sum of RGB (Red+Green+Blue) = 99+77+219=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #634DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DDB is #9CB224. Grayscale: #636363. Windows color (decimal): -10269221 or 14372195. OLE color: 14372195.

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

Color convert

RGB 99 77 219 -
CMYK 0.55 0.65 0 0.14
HSL 249.3º 0.66% 0.58% -
HSV(B) 249.3º 0.65% 0.86% -
XYZ 20.59 13.07 68.46 -
YUV 99.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 99 77 219 0.55 0.65 0 0.14 249.3 0.66 0.58
Hex 63 4D DB 37 41 0 E F9 42 3A
Octal 143 115 333 67 101 0 16 371 102 72
Binary 1100011 1001101 11011011 110111 1000001 0 1110 11111001 1000010 111010

Color Harmonies of #634DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634DDB

Black with #634DDB

Text Example


Text Example

White with #634DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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