Html Css Color HEX #643EDC Slate Blue

📋 copy color: '#643EDC'

red 100 ◦ green 62 ◦ blue 220

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

Shades of Slate Blue #643EDC

Tints of Slate Blue #643EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 26.18%
G = 16.23%
B = 57.59%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#643EDC (or 0x643EDC) is known color: Slate Blue. HEX triplet: 64, 3E and DC. RGB value is (100,62,220). Sum of RGB (Red+Green+Blue) = 100+62+220=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #643EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643EDC is #9BC123. Grayscale: #5A5A5A. Windows color (decimal): -10207524 or 14433892. OLE color: 14433892.

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

Color convert

RGB 100 62 220 -
CMYK 0.55 0.72 0 0.14
HSL 254.43º 0.69% 0.55% -
HSV(B) 254.43º 0.72% 0.86% -
XYZ 19.9 11.32 68.85 -
YUV 91.37 200.59 134.15 -
System Red Green Blue C M Y K H S L
Decimal 100 62 220 0.55 0.72 0 0.14 254.43 0.69 0.55
Hex 64 3E DC 37 48 0 E FE 45 37
Octal 144 76 334 67 110 0 16 376 105 67
Binary 1100100 111110 11011100 110111 1001000 0 1110 11111110 1000101 110111

Color Harmonies of #643EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643EDC

Black with #643EDC

Text Example


Text Example

White with #643EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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