Html Css Color HEX #634EE0 Slate Blue

📋 copy color: '#634EE0'

red 99 ◦ green 78 ◦ blue 224

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

Shades of Slate Blue #634EE0

Tints of Slate Blue #634EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 24.69%
G = 19.45%
B = 55.86%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#634EE0 (or 0x634EE0) is known color: Slate Blue. HEX triplet: 63, 4E and E0. RGB value is (99,78,224). Sum of RGB (Red+Green+Blue) = 99+78+224=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #634EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EE0 is #9CB11F. Grayscale: #646464. Windows color (decimal): -10268960 or 14700131. OLE color: 14700131.

HSL color Cylindrical-coordinate representation of color #634EE0: hue angle of 248.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #634EE0 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 78 224 -
CMYK 0.56 0.65 0 0.12
HSL 248.63º 0.7% 0.59% -
HSV(B) 248.63º 0.65% 0.88% -
XYZ 21.32 13.48 72 -
YUV 100.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 99 78 224 0.56 0.65 0 0.12 248.63 0.7 0.59
Hex 63 4E E0 38 41 0 C F9 46 3B
Octal 143 116 340 70 101 0 14 371 106 73
Binary 1100011 1001110 11100000 111000 1000001 0 1100 11111001 1000110 111011

Color Harmonies of #634EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634EE0

Black with #634EE0

Text Example


Text Example

White with #634EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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