Html Css Color HEX #643EDD Slate Blue

📋 copy color: '#643EDD'

red 100 ◦ green 62 ◦ blue 221

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

Shades of Slate Blue #643EDD

Tints of Slate Blue #643EDD

RGB

 RED value IS 100 (39.45% from 255) = 26.11%

 GREEN value IS 62 (24.61% from 255) = 16.19%

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

R = 26.11%
G = 16.19%
B = 57.7%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#643EDD (or 0x643EDD) is known color: Slate Blue. HEX triplet: 64, 3E and DD. RGB value is (100,62,221). Sum of RGB (Red+Green+Blue) = 100+62+221=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #643EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643EDD is #9BC122. Grayscale: #5A5A5A. Windows color (decimal): -10207523 or 14499428. OLE color: 14499428.

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

Color convert

RGB 100 62 221 -
CMYK 0.55 0.72 0 0.13
HSL 254.34º 0.7% 0.55% -
HSV(B) 254.34º 0.72% 0.87% -
XYZ 20.03 11.38 69.55 -
YUV 91.49 201.09 134.07 -
System Red Green Blue C M Y K H S L
Decimal 100 62 221 0.55 0.72 0 0.13 254.34 0.7 0.55
Hex 64 3E DD 37 48 0 D FE 46 37
Octal 144 76 335 67 110 0 15 376 106 67
Binary 1100100 111110 11011101 110111 1001000 0 1101 11111110 1000110 110111

Color Harmonies of #643EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643EDD

Black with #643EDD

Text Example


Text Example

White with #643EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,62,221); }

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

background-color css

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

 a { background-color: rgb(100,62,221); }

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

border-color css

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

 span { border-color: rgb(100,62,221); }

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