Html Css Color HEX #634EDB Slate Blue

📋 copy color: '#634EDB'

red 99 ◦ green 78 ◦ blue 219

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

Shades of Slate Blue #634EDB

Tints of Slate Blue #634EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.7%

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

R = 25%
G = 19.7%
B = 55.3%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#634EDB (or 0x634EDB) is known color: Slate Blue. HEX triplet: 63, 4E and DB. RGB value is (99,78,219). Sum of RGB (Red+Green+Blue) = 99+78+219=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #634EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EDB is #9CB124. Grayscale: #636363. Windows color (decimal): -10268965 or 14372451. OLE color: 14372451.

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

Color convert

RGB 99 78 219 -
CMYK 0.55 0.64 0 0.14
HSL 248.94º 0.66% 0.58% -
HSV(B) 248.94º 0.64% 0.86% -
XYZ 20.66 13.22 68.48 -
YUV 100.35 194.96 127.04 -
System Red Green Blue C M Y K H S L
Decimal 99 78 219 0.55 0.64 0 0.14 248.94 0.66 0.58
Hex 63 4E DB 37 40 0 E F9 42 3A
Octal 143 116 333 67 100 0 16 371 102 72
Binary 1100011 1001110 11011011 110111 1000000 0 1110 11111001 1000010 111010

Color Harmonies of #634EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634EDB

Black with #634EDB

Text Example


Text Example

White with #634EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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