Html Css Color HEX #634EDD Slate Blue

📋 copy color: '#634EDD'

red 99 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #634EDD

Tints of Slate Blue #634EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 24.87%
G = 19.6%
B = 55.53%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#634EDD (or 0x634EDD) is known color: Slate Blue. HEX triplet: 63, 4E and DD. RGB value is (99,78,221). Sum of RGB (Red+Green+Blue) = 99+78+221=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #634EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EDD is #9CB122. Grayscale: #646464. Windows color (decimal): -10268963 or 14503523. OLE color: 14503523.

HSL color Cylindrical-coordinate representation of color #634EDD: hue angle of 248.81º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #634EDD is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 78 221 -
CMYK 0.55 0.65 0 0.13
HSL 248.81º 0.68% 0.59% -
HSV(B) 248.81º 0.65% 0.87% -
XYZ 20.92 13.32 69.88 -
YUV 100.58 195.96 126.87 -
System Red Green Blue C M Y K H S L
Decimal 99 78 221 0.55 0.65 0 0.13 248.81 0.68 0.59
Hex 63 4E DD 37 41 0 D F9 44 3B
Octal 143 116 335 67 101 0 15 371 104 73
Binary 1100011 1001110 11011101 110111 1000001 0 1101 11111001 1000100 111011

Color Harmonies of #634EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634EDD

Black with #634EDD

Text Example


Text Example

White with #634EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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